There seem to be many many unanswered questions about this. Hopefully, I'll get lucky with this one :)
When someone clicks "Like" on a particular page, a post shows up in their stream that says "xxxxxx likes a link" along with data about that link. How can I use FQL to get this data -
1. For the logged in user
2. For friends of the logged in user
NOTE:
1. I am not talking about facebook pages (in which case you become a "fan"). I know that you can access this with the page_fan
table or even the connection
table.
2. One of the many issues seems to be that you cannot query the like
table for anyone but the current user. (Graph API for like gives you a list of FAN PAGES - not what I want)
3. Even if you query the like
table for the current user, you only get a list of posts/videos shared by friends that have been liked by the current user. Not pages outside facebook.
3. I can get shared links by looking at the link
table. But I want the list of pages where a user has clicked "Like" or "Recommend" using the facebook like button for the site.