“发生未知错误”当读取表“用户”时;与 FQL
我正在尝试执行此 FQL 请求:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是在 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.