Search code examples
facebookfacebook-graph-apifacebook-checkins

How to get lat/lng from Facebook's location IDS


I have an Android/Web app where users login through FBConnect, now I have location IDs how do I convert those location IDs to lat/lng ?

e.g: these are sample location IDs with country and/or city name:

{"id":"110647272290207", "name":"Mohammedia,  Morocco"}

{"id":"111612325521963", "name":"Doha, Qatar"}

{"id":"116190411724975", "name":"Melbourne,  Victoria,  Australia"}

Solution

  • I just found the solution: here it is, it doesn't even require Access Token:

    http://graph.facebook.com/[location_id]
    

    e.g:

    http://graph.facebook.com/116190411724975