How can I get all the URLs (outside of Facebook) a Facebook user liked via a Like button embedded in an external site?
I tried several options: https://graph.facebook.com/me/likes , https://graph.facebook.com/me/links and a couple of FQL queries - b开发者_StackOverflow中文版ut none returned Likes a user makes via Like buttons on external sites.
Any ideas?
You just take the Extended Permission of user_likes, you will get what you are looking for....
I think that user_likes only give you the permission to see all real objects that the user likes: a movie,a musician... if a page is tagged as article for example: it won't be shown in the likes request https://graph.facebook.com/me/likes cause there is no object in the social graph for it: "Note that the Open Graph protocol is currently designed to support real-life objects. If your URL is a piece of content — such as a news article, photo, video, or similar — you should set og:type to article (see below). Pages of type article do not have publishing rights, and will not show up on user's profiles because they are not real world objects." (http://developers.facebook.com/docs/opengraph/)
I am also looking for the same api request, I'll let you know if I'll find it...
Editing: Ok I asked this question on Facebook: http://forum.developers.facebook.net/viewtopic.php?id=94745 and there is no way of doing that.
精彩评论