Facebook 查询语言 - 长查询
我需要使用 FQL 运行相当长的查询。我在 facebook 文档中找到的唯一方法是使用 GET 方法传递它。不幸的是,据我所知,大多数网络服务器不接受超过指定长度的网址。
所以问题是 - Facebook 可以处理的最大网址长度是多少?有什么方法可以通过 POST 发送 FQL 查询来避免限制吗?
I need to run quite long query using FQL. The only way I found in facebook docs is passing it using GET method. Unfortunetely as far as I know, most web servers doesn't accept urls beyond some specified length.
So the question is - what's the max url length facebook can handle? Is there any way to send the FQL query via POST so the limit can be avoided?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在前端,Facebook 服务器运行带有 Memcache 的 LAMP(Linux、Apache、MySQL 和 PHP)堆栈(来源:参见此处)使用 Apache,您的 url 长度限制为大约 4,000 个字符。但是,Internet Explorer 在抛出错误消息之前最多只能处理 2,083 个字符(来源:请参阅此处)。
如果您想确定您的查询是否有效,您需要在 测试控制台(向下滚动一点)。
At the front end, Facebook servers run a LAMP (Linux, Apache, MySQL, and PHP) stack with Memcache (source: see here) With the Apache your url length limits to approximately 4,000 characters. However the Internet Explorer can handle only up to 2,083 characters before throwing an error message (source: see here).
If you want to get sure whether your query works, you need to test it in the test console (scroll down a little).