开发者

How come Facebook Graph API does not show information similar to the webpage?

开发者 https://www.devze.com 2023-03-11 09:09 出处:网络
I\'m logged in as Faceboo开发者_JS百科k. I go to a random user\'s profile, and I see his music/movies/activities.

I'm logged in as Faceboo开发者_JS百科k. I go to a random user's profile, and I see his music/movies/activities.

http://www.facebook.com/profile.php?id=1309170520

But when I hit it using the graph API , I get an empty json.

https://graph.facebook.com/1309170520/movies?access_token=XXXX


You need to get the extended permission "friend_likes" (and you may also want "user_likes" to get the current users likes). Facebook has a blog post about getting the movies your friends like using the graph api that shows you how to get this info.

0

精彩评论

暂无评论...
验证码 换一张
取 消