ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.
http://thinkup.com
GNU General Public License v3.0
3.3k stars 676 forks source link

Facebook plugin: Capture the pages (and if possible, status updates) a Facebook user has liked #1762

Open ginatrapani opened 10 years ago

ginatrapani commented 10 years ago

This Open Graph API call will retrieve the Facebook pages a user has liked:

https://developers.facebook.com/tools/explorer?method=GET&path=me%2Flikes

Question: Is there any way to retrieve all the status updates a user has liked? FQL, perhaps?

Either way, ThinkUp should capture all the likes it possible can, and display them in the Favorite Flashback insight.

shahdevansh commented 10 years ago

How about creating a new tu_likes table for Facebook pages liked by user? or should use tu_favorites table with no author_user_id?

ginatrapani commented 10 years ago

On Facebook, "liking" a page means following its posts. So we'd store this information in tu_follows.