I\'m using the graph api. I have a logged in user, and want to get back a list of page ids of all t开发者_如何学JAVAhe pages that the user is an admin of.
When I try to get all my \"likes\" (formerly fan pages) on Facebook Graph API, sometimes it returns me an empty set:
i have a problem .. i want to get all the feeds from a facebook page using fb graph API without OAuth but i have a problem
Can anyone help me to send message to facebook friends using graph api. I tried $response =开发者_运维百科 $facebook->call_api(\"/me/feed\", \"post\", \"to=john\",\"message=You have a Test messag
I\'d like to get the Facebook profile ID of a Facebook user\'s father. Basica开发者_StackOverflow社区lly I want to display a picture of the user\'s father and say \'how about buying an X for Dad\'.
I\'m trying to issue a Facebook Graphp API search call for groups with a specific search term. The important fact is to search for groups not only beginning with the term but also to search for the te
Short question is: how can i use graph api oauth redirects mechanism to authenticate user and save retrieved access_token and also use javascript SDK when needed (the problem is javascript SDK will ha
I wan\'t to create a new wall post on a appliaction page or a \"norma开发者_如何学Gol\" page with the facebook graph API. Is there a way to \"post as page\"? With the old REST-API it worked like this:
I\'ve a problem with FB.api I\'m making a call to create an event something along the lines of: FB.api(\'/me/events\', \'post\', {
You can get a list of friends of an authenticated user with: https://graph.facebook.co开发者_StackOverflow社区m/me/friends