Search code examples
facebookfacebook-likelimitfacebook-fqlrestriction

fql like count limit


Is there same restriction to use FQL to get likes count for some urls?

SELECT url, normalized_url, share_count, like_count, comment_count, total_count, commentsbox_count, comments_fbid, click_count FROM link_stat WHERE url in ("site.com/page1.html","site.com/page2.html")

I want to get an likes count for thousends of urls in my domain. I will run it from cron script in every night (server is in Europe), but I'm afraid that facebook will ban my ip/server after such us mass request.


Solution

  • The HTTP Get command has a max limit length that might get in your way before Facebook might.

    http://social.technet.microsoft.com/Forums/en-US/fastsharepoint/thread/b193fc10-3c39-43d3-9e4a-378ff90125f2