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.

A location on a spheroid can be specified using its latitude - the angular distance of that location south or north of the equator, and its longitude - the angle east or west from a reference meridian.

learn more… | top users | synonyms

1
vote
1answer
117 views

Associate facebook user check-ins to list of cities based on latitude and longitude

I am studying the development of an application that would show a user which cities in the world their friends have traveled to. To do this, I was thinking of getting a list of check-ins for each of ...
0
votes
1answer
587 views

Using Graph API to create an event with map

I am adding a new event via the graph API. Is there a secret to making the map appear or does it has to be an official FB place? This is what i am sending. Everything seems to work (kindof) A couple ...
3
votes
1answer
429 views

location (lat long) using facebook api

Is there a way to get the location of a user in (latitude and longitude format) using facebook api?? I am able to get the location name and other attributes but not the lat long of the place. Is ...