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...
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:
In same time API docs describe that only key param is required...