I need to get the number of likes for a given url.how to do it? also can i get the total fancounts of a fb page?
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.
|
|
|
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 |
|||
|
|
|
Address returns:
So to change id parametr for your URL and get your shares count via jQuery use:
|
|||
|
|
|
FQL |
|||
|
|