get facebook like count
|
Use Facebook’s API. Just add the URL’s you are interested in to the end of of this URL:
example: http://api.facebook.com/restserver.php?method=links.getStats&urls=stackoverflow.com,serverfault.com I think the fancount is just the “like” count of the URL for the FB page. Source, with PHP code for parsing the output: Get likes on urls from Facebook
or use following |