Reputation: 11
I am trying to retrieve friends' location using the Facebook Graph API v2.2 but only getting basic friend info (id, name) but not location. I tried adding the location field but still friends location not showing up.
Here is the call I executed on Graph Explorer
https://graph.facebook.com/v2.2/me/friends?fields=location
Also is it possible to retrieve friends' network or filter friends list by location or current city?
Thanks
Upvotes: 1
Views: 2508
Reputation: 31479
That's simply not possible anymore since Graph API v2.0. All the friends_*
permissions have been removed.
See
Upvotes: 2