neuecc / AsyncOAuth

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

Fixed signature calculation for PUT requests with FormUrlEncodedContent #24

Open soldag opened 8 years ago

soldag commented 8 years ago

When sending a PUT request withFormUrlEncodedContent the OAuth signature was not generated correctly. I had to add this minor fix to get this working. I am not quite sure if this breaks anything, since I am not that familar with OAuth.