“发生未知错误”当读取表“用户”时;与 FQL

发布于 2024-12-13 05:41:42 字数 813 浏览 0 评论 0原文

我正在尝试执行此 FQL 请求:

https://api.facebook.com/method/fql.query?access_token=token1&query=select+uid%2Cfirst_name%2Clast_name%2Cbirthday_date%2Cwork_histor y%2Cprofile_url%2Cwebsite%2Chometown_location%2Cpic_square+from+user+where+uid+IN+%28select+uid2+from+friend+where+uid1%3Dme%28%29%29&format=json (当然,我没有显示真实的令牌)

Facebook API返回错误: {"error_code":1,"error_msg":"发生未知错误"}

使用另一个令牌的同一请求可以正常工作。使用 token1 读取另一个表(例如“消息”)也可以正常工作。

为什么我无法使用 token1 读取表“user”?

I am trying to perform this FQL request:

https://api.facebook.com/method/fql.query?access_token=token1&query=select+uid%2Cfirst_name%2Clast_name%2Cbirthday_date%2Cwork_history%2Cprofile_url%2Cwebsite%2Chometown_location%2Cpic_square+from+user+where+uid+IN+%28select+uid2+from+friend+where+uid1%3Dme%28%29%29&format=json
(of course, I don't show real token)

Facebook API returns error:
{"error_code":1,"error_msg":"An unknown error occurred"}

The same request with another token works correctly. Also reading another table (for example 'message') with token1 works correctly.

Why can't I read table 'user' with token1?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

赠意 2024-12-20 05:41:42

这可能是在 Facebook 的错误跟踪器中提交错误的良好候选者 - “发生未知错误”通常是由于 Facebook 方面的问题造成的。如果是客户端问题,通常会出现更具体的错误消息。

This might be a good candidate for filing a bug in Facebook's bug tracker - 'an unknown error occurred' is usually due to a problem on Facebook's side. If it was a client-side problem there's usually a more specific error message.

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