1

Using this permission,i can get my location user_hometown.

How do i get my friend location?

Is that possible?

Thanks in advance!!

1 Answers1

0

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.

bool.dev
  • 17,508
  • 5
  • 69
  • 93