neuecc / AsyncOAuth

Portable Client Library and HttpClient based OAuth library, including all platform(for PCL).
101 stars 39 forks source link

Could not authenticate you #7

Closed dotnetnoobie closed 11 years ago

dotnetnoobie commented 11 years ago

when using the PostUpdate method I get with Twitter API 1.1

{"errors":[{"message":"Could not authenticate you","code":32}]}

this is a new problem, as everything worked fine until a short time ago

other methods seem to be fine, e.g. I can use a stream ok, PostUpdateWithMedia works fine, but I am no longer able to post a simple test status message to Twitter

dotnetnoobie commented 11 years ago

I upgraded to the nuget package version 0.8.3 the issue is fixed