Open ginatrapani opened 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?
On Facebook, "liking" a page means following its posts. So we'd store this information in tu_follows.
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.