As I described in title, I'm looking for the way to retrieve a list of URLs that a current user likes within my application.
Each of my application web page uses OGP and has app_id, so page's URL should be relate开发者_开发技巧d to my application. What I have in my mind is to get a list of URLs or object ids of my web pages with a subquery and then get the URLs that a user likes from the list. Or there might be some smarter ways to solve this...
Any solution for this?
Thank you.
Unfortunately, there is no solution for this. You can't get access to who has liked what even on the URLs from your own site/app.
Tons of developers have been looking for such a feature, but there's no solution as of yet. The only thing facebook makes available is the number of likes on URLs.
Cheers, -Roozbeh
精彩评论