图形 API 错误 2500
我们正在升级到 Auth 2.0,并注意到 Insights 下的 Diagnostic 页面中有很多错误。它显示“gr:”(我知道这意味着图形 api)和错误代码 2500,其中有近 100 万个错误。不幸的是,FB 没有记录任何错误,因此我希望 FB 的有人可以澄清该错误。
We are in the middle of upgrading to Auth 2.0 and have noticed a lot of errors in the Diagnostic page under Insights. It shows "gr:" (which I know means the graph api) and error code 2500 with almost 1 million errors. Unfortunately FB hasn't got any errors documented so I'm hoping someone at FB can clarify the error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然它是“必须使用活动访问令牌来查询有关当前用户的信息”。这意味着您正在调用一些需要访问令牌而无需访问令牌的 API。
如果您进行升级,请注意,某些 API 调用现在需要访问令牌,例如 pageID/feed,而以前不需要。
希望这有帮助
Apparently it is "An active access token must be used to query information about the current user." which means you're calling some API which requires access token without it.
If you do upgrading please note that some API calls now require access token like pageID/feed which previously it didn't.
hope this helps