Most voted "facebook-api" questions
23 questions
Sort by count of
-
10
votes0
answers558
viewsFacebook Login button has no action
I’m testing the Facebook Login API, but by clicking the button Log in with Facebook nothing happens, only the bar where it has the time turns black for a moment and then comes back with the color of…
java android facebook facebook-sdk facebook-apiasked 8 years, 11 months ago Giancarlo Abel Giulian 3,999 -
4
votes1
answer239
viewsCatch Cover Facebook API SDK JS
I’m trying to get the Facebook cover of the logged-in user, but I’m not succeeding. FB.login(function(response){ if(response.authResponse){ FB.api('/me', function(fb){ var email = fb.email; var nasc…
-
2
votes1
answer336
viewsHow to receive a facebook username? Graph API
Hi, guys. How to get a facebook user id, and its name using Graph api? I can only get the message id using sender = event.sender.id; function fbGetProfile(id) { request({ method: 'GET', uri:…
-
1
votes1
answer183
viewsSearch for posts on Facebook by Hashtag in JSON format
How to bring public facebook posts by certain hashtag, for example #Olamundo. I need posts to come in JSON format.
-
1
votes1
answer72
viewsHow to get Email after Login to Facebook using Spring for Android Sample?
I’m using the Spring for Android Sample framework. The facebookProfile.getEmail() method does not display any information, the other methods, facebookProfile.getId() and getName() work perfectly.…
-
1
votes0
answers38
viewsWhy does variable have same value for different instances?
I have the following code File 1 : var fbuser_firstName; var FB = require('fb'); var User = function (sender) { FB.api('/' + sender, 'get', {access_token: process.env.PAGE_ACCESS_TOKEN}, function…
facebook-graph-api facebook-javascript-sdk node.js facebook-apiasked 8 years, 6 months ago Thiago R. 267 -
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
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, 1 month ago Felipe Correia 71 -
0
votes1
answer49
viewsFacebook API - Secure Canvas URL
I’m trying to make an app work on Facebook and have interaction with the site I’m developing. The goal is for the user to log in through Facebook on the site. It turns out that every time I try to…
facebook-apiasked 9 years, 5 months ago Diego Souza 16,524 -
0
votes2
answers96
viewsIs it possible to go back to the old Facebook box?
It is possible to return to old Facebook Likebox? I need to go back because I need to increase the number of 'Friends faces'. If not possible, can you tell me if it is possible to increase this…
-
0
votes0
answers110
viewsList all pages the user manages
Currently I use as follows to get certain page that the user manages: $graphObject = $response->getDecodedBody(); $fbUserName = $graphObject['name']; $fbUserEmail = $graphObject['email'];…
-
0
votes0
answers110
viewsInject facebook api into Angularjs controller
This function is called by a ng-click on a button in my view, but is not returning anything on the console. Can someone help me? $scope.shareContent = function(){ window.fbAsyncInit = function(){…
-
0
votes1
answer107
viewsHow to get the posts on a facebook page (not downloaded by me) using the Graph-api?
I need to collect the posts from pages on Facebook not managed by me. Does anyone have any suggestions on how to do this? Possible using the Graph API Explorer?
-
0
votes0
answers60
viewstake numbers of clicks and views from a Facebook page using the Graph API
How can I get click numbers and views from a Facebook page using the Graph API? If anyone knows otherwise accepted suggestions.
-
0
votes0
answers122
viewsFacebook API does not open in phonegap mobile app
Well, I used the facebbok phonegap plugin, it works normally in the browser, but the application does not generate any results. I call on the app this way: $scope.sharethisfuckingshit = function(){…
-
0
votes0
answers42
viewsHow do I check if the user has already accepted the facebook login terms?
After the first login, I log out, and try to log in again, however from the hash key error, but if I delete the application from my facebook account and log in again the right way. how do I fix…
-
0
votes0
answers11
viewsFacebook Conversion API CAPI
Could someone tell me how to get the events from the server side? I only have simple html pages that I would like to pick up events but I only get from the browser but I need to receive from the…
-
0
votes0
answers77
viewsFacebook Login Returning NULL
Good evening, I’m implementing Facebook login in my application. But the line below always returns NULL $session = $helper->getSessionFromRedirect(); Someone knows what could be wrong? Below the…
-
0
votes0
answers673
viewsSharing Facebook API
I have a responsive system, where I created a webview for android and Ios with this system to use it as an application. So far ok. So I implemented a Facebook share button as per Facebook…
javascript mobile facebook-graph-api facebook-sdk facebook-apiasked 6 years, 8 months ago Gabriel 355 -
0
votes0
answers46
viewsFacebook Login Api does not return email even requesting field
My facebook api is not returning email field. I saw in a forum post giving the solution to this problem, requesting the field in the api, but I did it and it does not work. Login with facebook api…
-
0
votes1
answer273
viewsProblem picking up user information with React-Native-fbsdk
I have a mobile app made in React On, I am logging in via facebook using lib React-Native-fbsdk but it works but I am having problems in redeeming user data, I had to see some topics here on the…
-
-1
votes1
answer329
viewsFacebook Api does not receive Email permission
Hello, I have a serious problem with the Facebook API, I have been trying to get the email to my Oauth system, but the api returned null, making the debug process discovered that in fact the APP is…
-
-1
votes1
answer55
viewsIs it possible to post on facebook through my system?
Hello, the doubt is simple, I want to make an integration of my system with facebook. I would like to know the steps necessary for me to be able to post on my system and automatically it generates a…