Shubham Gupta
Shubham Gupta

Reputation: 227

How to get the list of the pages i have liked on facebook using Graph API or FQL?

I am scratching my head from a few days to get this thing done but i am not able to do it. developer.facebook says FQL is not available anymore and graph API do not provide any such thing.

Upvotes: 0

Views: 57

Answers (1)

andyrandy
andyrandy

Reputation: 74014

https://developers.facebook.com/docs/graph-api/reference/v2.2/user/likes

You need the "user_likes" permission, check out the docs for example code.

This will only return the Facebook Pages you like, it is NOT possible to get a list of all external links you like afaik.

Upvotes: 1

Related Questions