Skip to content
This repository was 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
aymericderbois wants to merge 2 commits intotweepy:masterfrom
aymericderbois:master
Open

Fix bug, get_access_token return a tuple, not an object.#10
aymericderbois wants to merge 2 commits intotweepy:masterfrom
aymericderbois:master

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