Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I tried this

https://graph.facebook.com/me/locations

But didn't get what i wanted :(

share|improve this question

1 Answer

Assuming you want the location the user lives, according to http://developers.facebook.com/docs/reference/api/user/, the User object has a property called location. So when you try http://graph.facebook.com/me you will get an object with all user details including the user's current location; which has two subkeys ID and Name.

This can easily been seen here: http://developers.facebook.com/tools/explorer/?method=GET&path=me

share|improve this answer
Do you need the user's permission to get their location? – Chiwda Apr 2 at 10:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.