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.

Geocoding is a method to assign spacial coordinates - like longitude and latitude on the Earth's surface - to a data record or object which represents an address or other geographic data.

learn more… | top users | synonyms

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 ...
1
vote
1answer
372 views

What geographical database does Facebook use?

I'm working on an auto-complete input field somewhat similar to the one on Facebook where you start typing a city and suggestions appear. I have been testing Geonames but it's not as precise as ...
1
vote
0answers
506 views

How does Facebook perform Geocoding?

I'm working on an application on Android that creates events on facebook. I am facing a strange problem and I could use some help. Facebook's API at ...