Most voted "facebook" questions
Use this tag for questions about using the Facebook Apis.
Learn more…309 questions
Sort by count of
-
1
votes0
answers359
viewsImage cropped when comparilhar on facebook
Hi, I have a button to share on facebook the news from my site. It takes the correct image, the correct title and the correct description. But when the window appears in the news feed on facebook…
-
1
votes1
answer56
viewsOG Facebook Goals: Doubt
Whenever I use OG goals for Facebook sharing, I insert them in the header and hide the current site description and title goals. The doubt is as follows: the OG goals need to be in the site header?…
-
1
votes1
answer78
viewsOauth login does not work on mobile devices
I created my Oauth login system with php that works normally by accessing by computer, but when testing it by my mobile error, it says that my url is not authorized either in login via facebook or…
-
1
votes1
answer132
viewsRecover bigger facebook image by ID
I need to recover the image of the Facebook profile, I found a code, but the image comes small, someone knows some code where I can recover it may? I can not use the facebook API, because the ID’s,…
-
1
votes2
answers186
viewsError when implementing sharing for facebook
Follow the code I have: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js =…
-
1
votes0
answers37
viewsPermission Facebook Developer
It is possible through the permissions of facebook I can read, include and change user profile information using my external app? Example: If I want to include a photo or change this user’s chat…
facebookasked 8 years, 4 months ago hugogaarcia 11 -
1
votes0
answers67
viewsChange Facebook cover periodically
I need to create a "Health Campaigns" app for Facebook. This application would have to change the cover of all users who added this application, every month, IE, will have one campaign per month. I…
-
1
votes1
answer116
viewsFacebook namespace not working in JSF?
I’m using personal jsf, I’m trying to make facebook recognize my metatags: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"…
-
1
votes0
answers162
viewsfb_exchange_token Parameter not specified facebook login
My login system with facebook works only and only the first time the user logs in with facebook. as soon as I log out/ restart the browser I encounter an error fb_exchange_token Parameter not…
-
1
votes0
answers369
viewsOpen Facebook in browser
I created an application for Facebook that, briefly, at a certain time it uploads a photo to the visitor’s album, and then use the var janela = window.open({urldafoto}) to open this photo in the…
javascript android facebook facebook-graph-api facebook-javascript-sdkasked 8 years, 10 months ago GilCarvalhoDev 769 -
1
votes0
answers110
viewsHow to collect Timeline public posts on Facebook?
Hello, I need to collect public posts on Facebook users' website. How to do this? I need the post and the reactions of each post. Thank you,
-
1
votes1
answer707
viewsHow do I publish to a Facebook page using the PHP SDK (5.0)?
I’m developing an application to schedule hourly posts for my Facebook page, I can already log the user get User Access ID Token and everything else, I have the necessary permissions in the Facebook…
-
1
votes0
answers25
viewsPlugin to post content on Facebook as soon as posted on the site
I put a plugin wp to share my content once posted on facebook. The plugin asked the api key and secret I used what I have from instant article but says you’re not allowed. Man instant article, also…
-
1
votes0
answers71
viewsphonegap plugin in Angularjs ngCordova
I have a slight difficulty in understanding how to install these plugins, in general they never work for lack of some file I haven’t called or anything like that. For example, this facebook plugin…
-
1
votes0
answers69
viewsHow to mention a Facebook page or profile with PHP SDK?
How to mention a Facebook page or profile when publishing via SDK PHP 5.0? When posting an image like my page I would like to mark her own profile in the image description, something like "Like:…
-
1
votes1
answer115
viewsHow do I check if it’s a Facebook robot?
Is there any way to, with PHP, check if the server access is being done by a robot/bot from facebook?
-
1
votes1
answer655
viewsFacebook API - Grab photo(with set size) with other information(name, email, id)?
I need to get the id, name, email, and photo of the person by clicking sign in. I’m doing it so far but you’re in trouble: <script type="text/javascript"> function…
-
1
votes1
answer117
viewsFacebook authentication in an app using Azure
Good afternoon, I’m new here and I’m on a project for the creation of a hybrid application (Android and IOS), we are at the beginning and do not understand Android programming - let’s learn while we…
-
1
votes1
answer105
viewsError in Facebook API Return
Follow my scenario for better understanding: I have View Home calling View Login, by pushViewController. In my Login View, there is the custom Facebook button that is normally calling the facebook…
-
1
votes1
answer85
viewsAndroid : I would like to call a facebook profile image for the app user profile
I’m having doubts about what code to use to call this image from the face profile, to my user profile, can anyone help me with that?
-
1
votes0
answers205
viewsFirebase Auth with Facebook - Save information to Realdatabase
Guys, I’m using Firebaseuth to authenticate in my Android app with social networks like Facebook and Google, however, with Google Login I can do in addition to authenticate, save the returned user…
-
1
votes1
answer139
viewsList the most liked posts
Using the Graph API Explorer with the call below: me?fields=posts{likes.summary(true).filter(stream)} I get my posts, who liked and a summary containing the total: { "posts": { "data": [{ "id":…
-
1
votes1
answer87
viewsHow do I change Activity after logging in with facebook?
After loginfacebook(Fragment) I would like to change from Activity, for example to register, as I do? public class Loginfacebook extends Fragment { private LoginButton loginButton; private…
-
1
votes1
answer76
viewsLogin with Facebook - Iserir profile image in a <input type="file">
good afternoon. Do you have any way to get the login with facebook, take the profile image of the user and "store" in an input type="file" of a form? To work as if the user had uploaded this image.…
-
1
votes0
answers38
viewsHow to put on the site login via facebook always logged in
In the Facebook login Api, is there a way to keep facebook always logged in? That is to say the user closing the browser of the social network that I have, just open enter the site that will already…
facebookasked 7 years, 9 months ago Carla Juncioni 21 -
1
votes0
answers737
viewsFacebook Api: How to get a page feed using PHP?
I’m trying to pull the posts from a facebook page and display them on a website, what I need mainly is the photo and caption of each post. I’m using the following code: <?php require_once __DIR__…
php facebook facebook-graph-api facebook-sdk facebook-apiasked 8 years, 3 months ago Felipe Correia 71 -
1
votes1
answer1439
viewsError with OG:facebook tags
I have a problem with og:tag from facebook ,I have a e-commerce made with opencart, in order to share links on facebook I had to use these tags but I have the following problem, I added these tags…
-
1
votes2
answers80
viewsError getting photo from facebook friend via PHP SDK
I’m using the Facebook SDK API to work with facebook. The SDK version I’m using is 2.8. I’m pulling up the list of my friends' Ids and I can successfully get. What I need now is to get a picture of…
php codeigniter facebook facebook-graph-api facebook-sdkasked 8 years, 1 month ago Alisson Acioli 5,815 -
1
votes1
answer597
viewsCollect data from Facebook SDK User
I have the following code to log into Facebook: final FacebookCallback facebookCallback = new FacebookCallback<LoginResult>() { @Override public void onSuccess(LoginResult loginResult) {…
-
1
votes0
answers149
viewsFacebook iframe with higher height in Firefox
I set the height to 230px, but in Firefox it gets bigger than in Chrome, IE and Edge This ends up interfering in the iframe margin with the element below, which gets smaller in Firefox Can you tell…
-
1
votes1
answer517
viewsProblems with displaying my site on facebook
Good evening I have the tags on my website for sharing on facebook <meta name='og:title' content='Desapego Games - Troca, Compra e Venda de Games'/> <meta name='og:url'…
-
1
votes0
answers30
viewsPHP opauth facebook
I am making attention with facebook using opauth.org slim3 framework. I’m not getting the sex. I get the other data: test site Does anyone know if there is a syntax error? $gender =…
-
1
votes0
answers778
viewsHow to extract data from Facebook with Pyhon?
I’m trying to better understand the behavior of people who liked my page; who they are and what they like. Is it possible to get this personal data from users (name, city, age, likes) with python on…
-
1
votes0
answers21
viewsHow do I authenticate the user when they like the page on Facebook?
I wonder if it is possible to make the user have access to the site from the moment he likes the page on Facebook?
-
1
votes0
answers1209
viewsFacebook Login Api Blocked URL
I’m with a problem maybe common for some, integration with 'Login Facebook" I’ve seen some related post but I still can’t solve. https://www.bombaguete.com.br/delivery/entrar/ I’ve already set up on…
-
1
votes0
answers391
viewsPlugin Comments Facebook
Buenas Guys, someone has already had problems with the plugin’s comments Facebook? I integrated to the firm’s website as described on the platform, it appears on the page but does not let anyone…
-
1
votes1
answer614
viewsLogin with Facebook at Xamarin Forms
I am developing an App using Xamarin.Forms and I need to use the Facebook authentication system. what happens is that when I debug it I get an error message saying: Unable to load URL: The domain of…
-
1
votes0
answers31
viewsUikit/Uikit. h not found on Facebook Notification SDK (Fbnotification)
Im trying Compile my project, but after a long time without open it, i Started get an error about Fbnotification SDK. The message is: In file included from…
-
1
votes0
answers13
viewsReturn Stats Post Facebook Page
Using the v2.9 api. include('controller/facebook/init.php'); try { // Returns a `Facebook\FacebookResponse` object $response = $fb->get( '/POST_ID/likes', 'ACCESS_TOKEN', 'summary=total_count' );…
-
1
votes1
answer43
viewsFacebook API - Extract URL from facebook fan page cover photo
Good afternoon. I’m starting to study the Facebook API and I’m having a hard time getting the URL of some fan page cover photo. I’m unable to assemble the get to bring me the desired information. As…
-
1
votes0
answers1325
viewsError loading facebook PHP SDK URL when logging in
My login function is thus on Laravel public function loginFacebook(){ $fb = new Facebook([ 'app_id' => 'xxxxxxxxxxxxxxx', 'app_secret' => 'xxxxxxxxxxxxxxxxxxxxxxxx', 'default_graph_version'…
-
1
votes0
answers19
viewsGet the userid and accessToken from Instalgram on Facebook Developers
I have this script from Instafeed, that has always worked very well. <script type="text/javascript" src="<?php echo $dir_base; ?>js/instafeed.min.js"> </script> <script> var…
-
1
votes1
answer34
viewsInstant Article Builder - How to select two areas/elements with content for the article?
My page has the abstract of the matter and the content in separate elements, I would need to show both in the Article-Instant, but I cannot change the HTML structure of the page.…
-
1
votes0
answers14
viewsSharing Facebook in SPA
Good afternoon. I’m having trouble sharing a post on a SPA site. I’m using the following code for such: FB.ui({ method: 'share_open_graph', action_type: 'og.shares', action_properties:…
-
1
votes1
answer205
viewsUnable to load script. Make sure you`re either running a Metro server
I am creating my first project with the Genymotion simulator. I can create the project by typing in the terminal: react-native init once created, I enter my project: cd myproject Now when running…
-
1
votes0
answers38
viewsProblem with Oauth2 and PHP to enter with Facebook
On my site I have the option to login with your Facebook account to store your creations and etc.. It always worked well after implementation, however, without any changes in data or files,…
-
0
votes1
answer307
viewsWhy is Activity instantiated twice?
I am implementing the facebook sdk to log in to my application. I have two activities that I call Login and Home. When I click the login button, the login is performed perfectly and the Activity…
-
0
votes1
answer155
viewsFacebook Plugin for Wordpress
I installed the facebook plugin in wordpress a few months ago and it worked correctly. However, for a month now, a problem has hindered my posts and I can’t publish anymore. When posting something…
-
0
votes2
answers645
viewsFacebook does not allow the presentation of posts in iframes?
Follow a routine that searches all posts of a particular user via Facebook Graph API, displays the time it was posted and the message, description and type of post on DIV: FB.api( { method:…
-
0
votes1
answer124
viewsHow to show a Facebook Embedded Post through Button Click?
I need to create a Embedded Post on a page through a Click event. I am using the following function: <body> <div id="fb-root"></div> <div id="myDiv"></div> <div…