FQL 点赞数量限制

发布于 2024-12-23 04:04:32 字数 367 浏览 1 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尴尬癌患者 2024-12-30 04:04:32

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文