I am developing an iphone app and using facebook graph API. I need to know weather I can geo tag a facebook post ?
The feed dialog does not specify any attributes related to location.
http://developers.facebook.com/docs/reference/dialogs/feed/
Can anyone shed some light on this..
To tag a post with a location, you don’t post to the
/feedendpoint, you post to the/checkinsendpoint. You can see some brief documentation regarding it on the Graph API Documentation page under the Publishing header, which tells you which arguments you can post (coordinates, place (id), message, and tags (for who’s with you). There’s a little more information on the Checkin Documentation page, but not a whole lot about actually posting them.Hope that helps – and I’m sorry for the mass confusion; I completely whiffed on what you were asking originally 😛