Support for desktop applications #192

Closed
opened 2013-05-10 15:07:32 -07:00 by michaelhelmick · 0 comments
michaelhelmick commented 2013-05-10 15:07:32 -07:00 (Migrated from github.com)

Started writing tests and forgot to put a callback url on the test app and got this error

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "twython/twython.py", line 252, in get_authentication_tokens
    raise TwythonAuthError(response.content, error_code=response.status_code)
twython.exceptions.TwythonAuthError: Twitter API returned a 401 (Unauthorized), <?xml version="1.0" encoding="UTF-8"?>
<hash>
  <error>Desktop applications only support the oauth_callback value 'oob'</error>
  <request>/oauth/request_token?oauth_callback=http%3A%2F%2Fexample.com%2F</request>
</hash>
Started writing tests and forgot to put a callback url on the test app and got this error ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "twython/twython.py", line 252, in get_authentication_tokens raise TwythonAuthError(response.content, error_code=response.status_code) twython.exceptions.TwythonAuthError: Twitter API returned a 401 (Unauthorized), <?xml version="1.0" encoding="UTF-8"?> <hash> <error>Desktop applications only support the oauth_callback value 'oob'</error> <request>/oauth/request_token?oauth_callback=http%3A%2F%2Fexample.com%2F</request> </hash> ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#192
No description provided.