Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

Facebook FQL API (7 likes): https://api.facebook.com/method/fql.query?query=SELECT+url%2C+normalized_url%2C+share_count%2C+like_count%2C+comment_count%2C+total_count%2C+commentsbox_count%2C+comments_fbid%2C+click_count+FROM+link_stat+WHERE+url%3D%22http://www.5x5m.com/facebook/14052/1334966/26367/psyk_forandring_TV3.html%22&access_token=AAAAAAITEghMBAPcyTHSBWwZC9XIM1MhnHHjE3FXh9q2omSLj9DdKGpdUOL1vs0r5MWazG85hgU4xi9AE1ziYRAejuaCExlOTqLpp1VQZDZD

share|improve this question
The REST API is deprecated anyways so you should not use it at all. Only use the Graph API for your Apps. – Björn Kaiser Jan 23 '12 at 16:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.