r0man / oauth-clj

Clojure OAuth library
95 stars 27 forks source link

Post using form-params and 2-legged oauth #7

Closed achyan closed 10 years ago

achyan commented 11 years ago

I encountered a 401 error (oauth failed) when issuing a post request with 2-legged oauth and the form-params key. If I use the body key to specify the body instead, then it works. I think it's because the oauth signature generation ignores the form-params, which will be converted into the body.

r0man commented 10 years ago

This should be fixed in the latest version.