Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Fix bug, get_access_token return a tuple, not an object. #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix bug, get_access_token return a tuple, not an object. #10

wants to merge 2 commits into from

Conversation

aymericderbois
Copy link

Hi

In oauth/getaccesstoken.py,

token = auth.get_access_token(verifier=pin)
print 'Access token:'
print '  Key: %s' % token.key
print '  Secret: %s' % token.secret

This exemple doesn't work because get_access_token return a tuple, not an object.

:)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant