Facebook Graph API:向 https://graph.facebook.com/ 发出 GET 请求时,查询字符串长度有任何限制吗?
有谁知道向 Facebook 图形 API 发出 GET 请求时查询字符串长度是否有任何限制?到目前为止,我还没有遇到任何问题,但了解是否存在任何约束或限制非常重要。
谢谢, -阿里
Does anybody know if there are any constraints to the query string length when making a GET request to Facebook graph API? So far I've not encountered any problems but it's very important to know if there are any constraints or limitations.
Thanks,
-Ali
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 Facebook API 文档分页部分的评论:知道我们在运行可见性检查之前获取的最大结果数量是 5,000 会很有帮助。这是针对 FQL 的,但我假设同样的限制也适用于 Graph API。所以你一次不能得到超过5000个结果
From a comment from the Paging section of the Facebook API docs: it is helpful to know that the maximum number of results we will fetch before running the visibility checks is 5,000. That was for FQL, but I'm assuming the same limits apply to the Graph API. So you can't get more than 5000 results at a time