Facebook 查询语言 - 长查询

发布于 2024-12-20 21:27:59 字数 165 浏览 3 评论 0原文

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

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

发布评论

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

评论(1

浅浅 2024-12-27 21:27:59

在前端,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).

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