“OAuthException - 发生未知错误”通过 Graph API 评论文章时
自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Facebook SDK 中的一个错误:
http://developers.facebook.com/bugs/209018432505064
This is a bug in the Facebook SDK:
http://developers.facebook.com/bugs/209018432505064