Goodreads Developers discussion
questions
>
Problems trying to POST user_status
date
newest »


I tried this because in the python example the url used is this: http://www.goodreads.com/shelf/add_to...
If I try my exact same code with this call I get "201 Created" and it works. If I do it with https instead, though, I get 404.
With the user_status method, on the other hand, neither option works. Using https I get 404, like with the add_to_shelf call, and using http I get 200, but it doesn't work.


So I tried the same on my app, I added two identical HTTPS requests one after the other with 3 seconds of delay between them, and there we have it, it works every other call.
The fact that the same thing happens on Postman and other clients makes me think the problem isn't on my end, though… on the other hand, status updates work every time on the official Goodreads app, and I assume it uses the same call.
Any ideas on this?
I've found a similar thread here, but it seems like it wasn't solved:
https://www.goodreads.com/topic/show/...
I managed to authenticate using OAuth and all my calls are working, except the one that actually updates the status.
I'm trying to make this call: https://www.goodreads.com/user_status...
I always get a 404 error. Am I doing something wrong or is there a problem with the API?
Thanks in advance,
Daniel