How come Facebook Graph API does not show information similar to the webpage?
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.
精彩评论