Goodreads Developers discussion
questions
>
Error 204 "Host requires authentication" on /oauth/acces_token
date
newest »


Yes, I am able to get a Request Token and authorize the user with it, but then it fails when I try to exchange the token.

I switched over to another library and was able to exchange the tokens and complete the OAuth process.
I think it was an issue with the previous library
The authorization flow works fine (Request token then Authorize app) but when I finally get to exchanging the token using the url /oauth/access_token I get the error in the title.
204 "Host requires authentication" "Invalid OAuth Request"
Any idea on what is going wrong?