yjkogan/goodreads-oauth

OAuth requests perhaps should throw an error if @"GET" is passed in as the HTTP method

yjkogan opened this issue · 1 comments

OAuth tokens can't safely be included with GET requests (or at least Goodreads doesn't seem to notice tokens in the body). This method somewhat misleadingly creates the expectation that OAuth will work for Goodreads using a GET request.

Actually, it may just be to the reviews/list path, since the friend/user path seems to work fine.