“OAuthException - 发生未知错误”通过 Graph API 评论文章时

发布于 2024-12-11 19:38:45 字数 479 浏览 0 评论 0原文

自 10 月初以来,我们的 Android 应用程序不断出现新错误。我们可以使用curl来重现它,那么通过API评论文章有什么变化吗?

这是一个使用有效 access_token 失败的调用示例

curl.exe -k https://graph.facebook.com/comments?ids=http://www.cnn.com 
-F  "access_token=AAACwlRNQEK4BAPr3ByJBVLN8uwDjDOk1JFhIWNB4xiH..." 
-F "message=Test from curl"

,结果是:

{"error":{"message":"An unknown error has occurred.","type":"OAuthException"}}

我真的希望有人可以在这里提供帮助,因为这在 Android 市场中引起了很多负面反馈:-/

We have been getting a new error in our Android app since beginning of October. We can reproduce it using curl, so have something changed regarding commenting articles through the API?

Here is an example of a call that fails using a valid access_token

curl.exe -k https://graph.facebook.com/comments?ids=http://www.cnn.com 
-F  "access_token=AAACwlRNQEK4BAPr3ByJBVLN8uwDjDOk1JFhIWNB4xiH..." 
-F "message=Test from curl"

And the result is:

{"error":{"message":"An unknown error has occurred.","type":"OAuthException"}}

I really hope someone can help out here as this is causing a lot of negative feedback in the Android Market :-/

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

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

发布评论

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

评论(1

蓝天 2024-12-18 19:38:45

这是 Facebook SDK 中的一个错误:
http://developers.facebook.com/bugs/209018432505064

This is a bug in the Facebook SDK:
http://developers.facebook.com/bugs/209018432505064

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