0

Is there a way to list all the posts that the logged in user has liked on my page?

I know that I can check post by post using the Graph API ("has_liked": true at summary) using this:

GET v2.6/POST_ID?fields=likes.summary(true).limit(0)

but is there a better solution?

This post seems to contain the solution, but it doesn't work with newer versions of the API.

Thanks in advance.

Community
  • 1
  • 1
  • No there is no other solution. Why do you need to know what posts the user liked? – WizKid May 26 '16 at 17:59
  • I would like to do some analytics based on that data, so that I could know what to show to the user when he is redirected to a news website. This would be very useful, since the interaction with the FB page is much higher than with the website (users can like the post based on the headline and do not access the website, for example). – Thiago Zanivan Felisberto May 26 '16 at 18:16

0 Answers0