The idea is a contest in which participants publish your photo on my site and using the "FB Likes" button to receive votes.
I want to get the "FB Likes" by the publication URL on my site, but no longer works with the old URL method, only returns shares.
I'm testing with the new API, but do not get the "Likes" or "Reactions" and I get the following error.
{
"error": {
"message": "(#12) singular links API is deprecated for versions v2.4 and higher",
"type": "OAuthException",
"code": 12,
"fbtrace_id": "EtqLBMRNwZK"
}
}
Try the solutions given in this link but fails to obtain the data.
Getting Facebook Reactions with Graph API
Regards. Thanks!