简体   繁体   中英

“OAuthException - An unknown error has occurred” when commenting articles through the Graph API

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 :-/

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM