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.

Using this permission,i can get my location user_hometown.

How do i get my friend location?

Is that possible?

Thanks in advance!!

share|improve this question
@lgy:Is this possible? – user1051322 Nov 29 '11 at 7:39

1 Answer

Have you tried permissions friends_location and friends_hometown ?
I don't think it'll work with user_hometown or user_location only, you'll need the friend permissions.
Edit:
Just checked with graph api explorer. In addition to friends_location and friends_hometown permissions you'll also need the friends_about_me permission.

share|improve this answer

Your Answer

 
discard

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