Can you compile a list of posts that the user liked and / or commented on Facebook?

Using the chart API or FQL, is it possible to compile a list of messages that the OAuthed user liked and / or commented on?

+3
source share
2 answers

As far as I know, there is no way to do this. likeThe FQL table looks promising, but not indexed on user_id, so it looks like you will need to know which objects you want to check before you can do it.

Edit: In addition, /me/likesit only shows Facebook pages and objects on Facebook.com, and not for your domain or the Internet as a whole, as I assume you are looking for.

+1

, og.likes. Graph API , /me/og.likes.

0

All Articles