Goodreads Developers discussion
questions
>
Access token contains random-length comment
date
newest »

Our API isn't suspecting that your app is a security risk. This is a bug on our end because the random padding is only supposed to go on HTML responses, not XML. Thanks for bringing it to our attention and we'll look into fixing it.
However, the token still works, correct? Are you able to perform POSTs with it?
However, the token still works, correct? Are you able to perform POSTs with it?
usableaccesstoken
<!-- reallylonglineofrandomcharactersthatgoesonforever -->
This sort of thing is usually done when a server thinks it's coming under attack. So does the Goodreads API think my app is a security risk? I'm merely going through the standard OAuth workflow. Of course I can strip the random characters off the access token string, but I'd rather not.
Any ideas? Thanks.