I am trying to find the number of likes a particular URL has across Facebook. Normally this could be found by using the REST API or through a FQL query. Now, these figures seem to be reporting inaccurate figures. How can an accurate total for likes, comments and shares be found for a particular URL?
Reference Facebook Post (63 likes): http://www.facebook.com/permalink.php?story_fbid=340865255940883&id=372915765358
Facebook Graph API (62 Likes): https://graph.facebook.com/340865255940883/likes?limit=1000
Facebook REST API (7 likes): http://api.facebook.com/restserver.php?method=links.getStats&urls=http://www.5x5m.com/facebook/14052/1334966/26367/psyk_forandring_TV3.html
Please Note:Facebook is deprecating the REST API https://developers.facebook.com/blog/post/616/ It would be better to choose Graph API/FQL methods.
It would be better to use FQL method,
And this would return,