r0man / oauth-clj

Clojure OAuth library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post using form-params and 2-legged oauth

achyan opened this issue · 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.