Questions tagged as 'facebook-api'

0
answers

Facebook Login Button has no action

I'm testing the Facebook Login API, however clicking the Signing in with Facebook button will not happen, only the bar where the time is black for a moment and then comes back with the color of the application defined in styles.xml file...
asked by 24.12.2015 / 21:25
1
answer

Take cover Facebook API SDK JS

I'm trying to get the user's Facebook cover logged in, but I'm not succeeding. FB.login(function(response){ if(response.authResponse){ FB.api('/me', function(fb){ var email = fb.email; var nasc = fb.birthday; v...
asked by 26.06.2015 / 19:15
1
answer

How to receive facebook username? Graph API

Hi everyone. How to get the id of a facebook user, 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: 'https://graph.f...
asked by 07.05.2016 / 02:14
1
answer

Search for posts on Facebook by Hashtag in JSON format

How to bring facebook public posts for a given hashtag, for example #OlaWorld. I need the postings to come in JSON format.     
asked by 20.07.2015 / 20:42
0
answers

APi Facebook login Blocked URL

I have a problem maybe common for some, integration with 'Facebook login' I have already seen some referring post but I have not been able to resolve yet. link I have already configured on facebook, informing the necessary domains, but w...
asked by 22.04.2018 / 18:10
0
answers

Facebook Api: How to get feed from a page using PHP?

I'm trying to pull the posts of a page on facebook and display them on a website, what I mainly need is the photo and the caption of each post. I'm using the following code: <?php require_once __DIR__ . '/inc/facebook-php-graph-sdk-5/src...
asked by 20.10.2016 / 17:57
0
answers

Why is the variable the 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 (response) { User.initFbProfileIn...
asked by 09.05.2016 / 02:58
1
answer

How to get Email after logging in 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. What's missing for you to get email informatio...
asked by 19.11.2015 / 15:21
2
answers

Is it possible to go back to the old Facebook likebox?

Is it possible to go back to the old Facebook likebox? I need to get back because I need to increase the number of 'friends faces'. If it is not possible, can you tell me if it is possible to increase this number in the new lightbox?     
asked by 17.07.2015 / 15:17
0
answers

Error in catching leads on facebook (api)

I have an error in api Facebook Ads SDK.    Error: Fatal error: Class 'FacebookAds \ Object \ Ad' not found Documentation (read in batches)    link Download    link     
asked by 02.10.2018 / 13:43