How to get number of likes from facebook like button? Is there any possible way to do this?
|
feedback
|
|
There are two ways to get the number of facebook likes.
http://graph.facebook.com/?ids=http%3a%2f%2ffacebook.com Result is JSON: (For some reason 'likes' are called 'shares')
http://api.facebook.com/method/fql.query?query=select+total_count+from+link_stat+where+url="http://facebook.com"' Result:
| |||
feedback
|