How to list posts that the logged in user liked on my page (Facebook Graph API)

53 Views Asked by At

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.

0

There are 0 best solutions below