Goodreads Developers discussion
questions
>
Autorization using OAuth
date
newest »


Python code returns to me:
Traceback (most recent call last):
File "test.py", line 16, in
raise Exception('Invalid response: %s' % response['status'])
Exception: Invalid response: 401
ruby code returns:
/home/magog/.gem/ruby/1.8/gems/oauth-0.4.7/lib/oauth/consumer.rb:216:in `token_request': 401 Unauthorized (OAuth::Unauthorized)
from /home/magog/.gem/ruby/1.8/gems/oauth-0.4.7/lib/oauth/consumer.rb:136:in `get_request_token'
from test.rb:5
Any ideas? May be something wrong on your side?

When I do request on the www.goodreads.com with OAuth I get the answer with html code of the login page. I think that is not normal. Can you help me with proper way to use OAuth in this service. Thx.