Goodreads Developers discussion
Weird response from user_status.xml and add_to_shelf.xml
date
newest »


edit: actually, can't message you b/c of your privacy settings. Do you have trouble with other API calls or just those two?


http://www.goodreads.com/topic/show/3...
add_to_shelf.xml still works for me though.
Casper.

Piling on for this one. I have my oauth access token for a user, and I can modify the shelves for a book using add_to_shelf.xml. However, when I attempt to update status using user_status.xml I get a 401 Unauthorized error.

http://code.google.com/p/oauth-signpo...


My OAuth works because I can add to shelf. It's the user_status.xml endpoint that's busted.
I can see that user_status.json is used on the website, but I've tried that too and it does the same 404 thing. I'm definitely setting my content type header.

I am authed and using the OAuth token. Was there some change in how these calls are made?