Reputation: 89
I'm working on an application where we have integrated FB like button. Currently there is an requirement wherein we have show up all the stuffs what the current user has liked. Went through Graph API but was of no luck.
Could someone please let me know how to go about it. I just need all the likes for the current user.
Thanks
Upvotes: 1
Views: 413
Reputation: 271
In order to get user likes/interests, you will have to revoke user permission using FBLogin function.
Upvotes: 0