dvircn
dvircn

Reputation: 357

Facebook Graph API: Retrieving User Friend's Info

given an app using facebook graph API and a logged in user, is it possible to retrieve programmatically likes/movies/music of a friend of the logged in user?

I'm trying to achieve that with the graph explorer but I'm getting empty data.

Thanks in advance.

Upvotes: 0

Views: 67

Answers (1)

andyrandy
andyrandy

Reputation: 73984

No, all friend permissions have been removed. You are only supposed to get data of users who authorized your App.

https://developers.facebook.com/docs/apps/changelog

Upvotes: 1

Related Questions