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 have tried searching it a lot, but can't come up with a relevant answer. I can see the location of the person when i browse their facebook profile, e.g https://www.facebook.com/nitin.karkera has made his location public.

but using graph api explorer, i can't get the location with this call

nitin.karkera?fields=id,name,location

share|improve this question

1 Answer

I think you missed the permission : friends_location/ user_location. Try the same code after setting this permission.

share|improve this answer
I need to access the information as a public user (not from the user of my app).... I can see this information right now... why can't i retrieve it using graph api? – Ehmad Zubair Jan 12 at 14:31

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.