Open soldag opened 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.
FormUrlEncodedContent
When sending a PUT request with
FormUrlEncodedContent
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.