Top "Facebook-graph-api" questions

Facebook Graph API is a structured API for fetching objects and the connections between them from Facebook's social graph

Sending private messages through Facebook API

Possible Duplicate: Facebook Api - send private messages to friends I know that it is not officially possible to send …

facebook api http facebook-graph-api facebook-messages
'Like' a page using Facebook Graph API

Using the Graph API I'd like to be able to have an authorized user "like" a page. I tried posting …

facebook facebook-graph-api facebook-like
Simple example to post to a Facebook fan page via PHP?

I've done a lot of searching and I've found outdated tutorials that don't work... I have a site made with …

php facebook facebook-graph-api facebook-wall facebook-fan-page
how send message facebook friend through graph api using Accessstoken

Can anyone help me to send message to facebook friends using graph api. I tried $response = $facebook->call_api("/…

php facebook facebook-graph-api facebook-messages facebook-friends
Facebook: get list of pages that a user is admin of

I'm using the graph api. I have a logged in user, and want to get back a list of page …

facebook facebook-graph-api facebook-page
What are all the custom URL schemes supported by the Facebook iPhone app?

Note These URL's are likely not available. Facebook has been updated a number of times and did not officially support …

iphone facebook facebook-graph-api deep-linking undocumented-behavior
What's the Facebook's Graph API call limit?

Is there any restriction in number of calls we make to facebook's graph api? and If it is there then …

facebook-graph-api facebook facebook-like facebook-fql
Is there a way to check if Facebook access token is still valid?

My site utilizes lifetime access tokens (offline_access). However, if the user changes his/her password, the access token gets …

facebook facebook-graph-api facebook-rest-api
Using Facebook Graph to simply post a wall message with just javascript

In Facebook how can I post a message onto a user's wall saying "I scored 8/10 on objects game" then a …

javascript facebook facebook-graph-api