Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I wonder how do I get the location of the post from Graph API ?

https://graph.facebook.com/[SOME_ID_THAT_I_HAVE_ACCESS_ON]/posts?limit=10&offset=0&access_token=[TOKEN];

This retrieves all posts by the user but the retrieved data doesn't have the location/place field.

Is it possible to get the location of all posts (if specified by the user)?

Notice: I tested the above on a test acocunt where I posted all posts and shares with location.

share|improve this question

1 Answer

You need read_stream permission for the place field.

http://developers.facebook.com/docs/reference/api/post/

share|improve this answer
I have it, but still no places/locations – Shehabix Jan 22 at 16:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.