FQL 点赞数量限制
使用 FQL 获取某些网址的点赞数是否有相同的限制?
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")
我想获得我的域中数千个网址的点赞数。我会每天晚上从 cron 脚本运行它(服务器在欧洲),但我担心 facebook 会在我们的大量请求后禁止我的 IP/服务器。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HTTP Get 命令有最大长度限制,这可能会先于 Facebook 妨碍您。
http://social.technet.microsoft.com/Forums/en-US/fastsharepoint/thread/b193fc10-3c39-43d3-9e4a-378ff90125f2
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