You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use postStatusesUpload to upload a picture but failed. the error is
{"request":"/statuses/upload.json","error_code":"401","error":"4
40: 0109:consumer_key_refused!"}
I have test the other test cases. they can pass sucessfully.
for examples
// start login
CPPUNIT_TEST (oauth2);
// post a weibo without picture
postStatusesUpdate
I can post a weibo without picture by using postStatusesUpdate. But why it will
be failed when i post one with picture by the function 'postStatusesUpload' and
the failure is "consumer_key_refused"?
I will be appreciated if you can give me any hints? thanks.
Original issue reported on code.google.com by stefan....@gmail.com on 23 Dec 2012 at 3:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stefan....@gmail.com
on 23 Dec 2012 at 3:52The text was updated successfully, but these errors were encountered: