Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I get the number of Facebook Likes a page that is not on my domain received?

Is it possible to get the number of Facebook Likes made on any url, even if I don't own that url's domain?

like image 542
Amos Avatar asked Dec 22 '10 14:12

Amos


1 Answers

Yes, you can query specific URLs:

https://api.facebook.com/method/fql.query?query=select%20like_count%20from%20link_stat%20where%20url=%27https://stackoverflow.com/%27&format=json

like image 143
Mark Phillip Avatar answered Oct 05 '22 23:10

Mark Phillip