althaemenes
althaemenes

Reputation: 11

How to get friends' location using Facebook Graph API v2.2

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

Answers (1)

Tobi
Tobi

Reputation: 31479

That's simply not possible anymore since Graph API v2.0. All the friends_* permissions have been removed.

See

Upvotes: 2

Related Questions