Goodreads Developers discussion
questions
>
PUT request with Obj-C oauthconsumer
date
newest »


BTW: which API are you referring to? I do remember another developer complaining about a PUT API not working (i.e. broken on our servers - we'll fix it soon!), so I wonder if that's the reason instead.

The api call I'm trying to utilize is review.update
http://www.goodreads.com/review/.xml
The docs say the method must be called with PUT so thats all I've attempted so far

as you said, POST works fine. thanks, should have probably tried doing that in the first place
I cant seem to figure out how to issue a PUT request with it.
I've tried [request setHTTPMethod:@"PUT"] to no avail
I also tried setting a requestParameter named "_method" with the value of "PUT" and that didnt work either