facebook api - get likes and number of comments made for a specific period -
i pretty new facebook api's , know if it's possible fetch number of likes , number of comments specific page given period of time via api?
thanks in advance.
you can use fql
:
e.g.
select comment_count, share_count, like_count link_stat url = "http://techcrunch.com/2011/04/12/facebook-comments-now-on-over-50k-sites-get-more-social-with-latest-upgrade/"
you can use api explorer reference:
Comments
Post a Comment