Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Facebook Graph API is a graph-db style programming interface for languages like PHP, ActionScript, JavaScript etc.

learn more… | top users | synonyms

2
votes
2answers
37 views
+100

Retrieve original/not modified image from home or feed

I retrieve photos from home with this graph API request https://graph.facebook.com/me?fields=home.filter(photos). Then via the object ID I retrieve the images array that gives me different sizes like ...
0
votes
1answer
40 views
+50

Facebook API Publish feeds in Group

I am posting some feeds on my pages thru facebook API which are published normally. but those posts are appears on my fans feeds, (may be irritate them if these are too much in numbers, you can ...
1
vote
2answers
51 views
+50

Access token from my app doesn't work when i try to use it in a fql

I am using fql(mentioned below) to retrieve friends checkins,when i try my query on graph explorer it works fine and gives the required results so this means that there is no problem with the my query ...
2
votes
0answers
109 views
+50

Do Facebook Graph API calls using field expansion count differently against the rate limits than batch calls

I am looking to optimize my Facebook app. Today I make a batch call with four graph API calls: /me /me/friends /me/likes /me/feed If I change this to a single graph API call using field expansion ...