As you can find in the API documentation , "Likes" gets "All pages that the user liked." You need user_likes permission.
You just need to execute the following query:
https:
where ID is the user identifier, and TOKEN is the token you received.
It will return an array of JSON objects containing fields of type id, name, category and create_time.
Greetings
source share