Using this permission,i can get my location user_hometown.
How do i get my friend location?
Is that possible?
Thanks in advance!!
Using this permission,i can get my location user_hometown.
How do i get my friend location?
Is that possible?
Thanks in advance!!
Have you tried permissions
friends_location
andfriends_hometown
?I don't think it'll work with
user_hometown
oruser_location
only, you'll need the friend permissions.Edit:
Just checked with graph api explorer. In addition to
friends_location
andfriends_hometown
permissions you'll also need thefriends_about_me
permission.