Goodreads Developers discussion

31 views
questions > reviews or books list without user_id

Comments Showing 1-2 of 2 (2 new)    post a comment »
dateUp arrow    newest »

message 1: by MrglRglm (new)

MrglRglm | 2 comments Greetings!
Is there any way to get reviews or books of user binded to the developer key?(without oauth or user_id) Or may be get user_id without Oauth as crutch-_-


By the way, is it ok that:

# redirects to html page with reviews O_o
"reviews/list?v=2{oauth_creds}"

# returns 401, account linked with key is opened
`"reviews/list?v=2&key=#{developer_key}"`

# works fine, but it requires user_id for it=(
`"reviews/list/#{user_id}?v=2&key=#{dev_key}"`

In same time API docs describe that only key param is required...


message 2: by MrglRglm (last edited Mar 20, 2019 01:37PM) (new)

MrglRglm | 2 comments Response from `https://www.goodreads.com/book/show.j...`

{reviews_widget


}


Xml response works ... fine?=)


back to top