I am thinking about developing an application that uses Facebook's API.
I want to know whether or not you can access someones geolocation from the last post they made or the last post they checked into. So for example:
If I post on Facebook...
"The weather is really rubbish here today" - Sent from Islington, London
Then I can obtain the longitude and latitude of that specific location and then display some information depending on their location.
I know it will require OAuth to be able to access this kind of information, but, I am just seeking to whether or not it would be possible.
Hope someone can offer some advice / links :)
P.S. Is it also possible to obtain people's status from this specific location? So, for example, if someone has posted something in the area, I can access what they said.. Without being their friend? Or alternatively, could this be done by means of Twitter?
placeproperty of the post object, developers.facebook.com/docs/reference/api/post – CBroe Nov 21 '12 at 22:49