r0man/oauth-clj

Post using form-params and 2-legged oauth

achyan opened this issue · 1 comments

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.

This should be fixed in the latest version.