I am struggling with the Facebook API. What I want to do is look at the user feed, see which web pages they clicked on βHow to,β and then get other users who love the same web page. I have two problems.
1) Whenever I get a userβs channel, all βLikesβ are removed from the feed. He is very disappointed because he, like Facebook, will give me everything except what I'm looking for!
2) I cannot get a list of user IDs who like a specific URL. I tried using FQL as follows:
SELECT user_id FROM like WHERE object_id = 114324145263104
As suggested in another SO question, but this did not return anything in all my attempts.
Does anyone know how to do this, or if possible? Thank you for your help!
source
share