https://graph.facebook.com/me/locations returns all the posts a user is in with a location. However it does not include the message text or images as me/posts does. Is there a way to get this info in me/locations?
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.
|
|
|
How about using FQL Not sure what exactly you want to pull, but this is how you pull statuses with locations:
Change |
|||
|
|
|
I ended up just using me/posts and looking for the ones with locations. It returns all the images and messages. |
|||
|
|