Questions tagged as 'facebook-graph-api'

1
answer

(# 200) Permissions error facebook

I'm trying to develop an application that does a search of content in facebook, example I have a list of keywords, and with these I do the search and facebook will return the content in the form of JSON from where it is published and of course...
asked by 11.02.2015 / 22:38
1
answer

Facebook Open Graph Image

I have the social plugin on a particular website, and every day the thumbnail images (Open Graph Image) are changed. Every day I need to enter the URL: link And enter my URL, and click on "Fetch new Scrape Information". So that once a...
asked by 20.10.2014 / 15:54
2
answers

Facebook does not allow the presentation of posts in iFrames?

Here is a routine that searches all posts of a given user via Facebook Graph API , displays the time that was posted and the message, description and post type in DIV : FB.api( { method: 'fql.query', locale: 'pt...
asked by 11.02.2014 / 12:43
1
answer

Return user ID facebook

How can I get an input field informing my facebook username, returning my Facebook user id? Case Input: link Output: $ profile = '4559875758'; echo $ profile;     
asked by 19.04.2017 / 01:28
1
answer

How to check if the Graph API of Facebook is returning an image or not?

I'm working on a project that uses the user photo as the facebook profile photo, but some users do not have facebook profile, so the Graph API returns error and does not return an image, which function can I use to check if does the Graph API ur...
asked by 24.06.2015 / 21: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
1
answer

Will Facebook approve an Android app with facebook4j?

I decided to use the facebook4j library because it is easier for integration and even for development itself, in my opinion. My question is: will facebook accept an android app with facebook4j?     
asked by 05.12.2014 / 16:55
1
answer

How to return data from an event by Graph API

I'm starting to test integrations with Facebook on my site and trying to return information from an event using the code in API Documentation I get the following error: code: 104 message: "An access token is required to request this res...
asked by 12.07.2014 / 20:03
1
answer

Post to fan page with facebook graph api

I made a script in which automatically put in a fan page on facebook, the script works, but the post is only visible to the user who posted (that is the fan page admin), in the login I am asking for the permissions below: $loginUrl = $facebook...
asked by 05.06.2014 / 00:56
1
answer

Using an FB.Api within another FB.Api

I am making a function to make a list with 10 facebook friends with 10 posts (status) each. The code below performs searches accurately, however the "friend" + id div does not receive content in the line divFriendsPost.innerHTML = friendPosts, e...
asked by 07.02.2014 / 16:24