Is it possible to get the place for a page post?
The Graph API documentation for a post object says there is a place field that has place id, name, longitude, latitude, etc.
Here are the steps I followed to test this:
- In Facebook UI, I posted to my page with the location enabled
- Using Graph API, I read page posts (https://graph.facebook.com/{PAGE_ID}/feed?access_token={TOKEN}&since={STARTDATE}&until={ENDDATE})
- I observed that the JSON response contained my post and no place field was present.
Thanks for your help!