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

前端 未结 3 1882
旧时难觅i
旧时难觅i 2020-12-29 08:03

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

3条回答
  •  不思量自难忘°
    2020-12-29 08:26

    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

提交回复
热议问题