X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/652c5402f2c931dd91af107b4419f69541f78ca3..6990ead71ac6484c64013bf731338a757ab3230f:/twitter/oauth_dance.py diff --git a/twitter/oauth_dance.py b/twitter/oauth_dance.py index a013c42..17dbae6 100644 --- a/twitter/oauth_dance.py +++ b/twitter/oauth_dance.py @@ -21,7 +21,7 @@ def oauth_dance(app_name, consumer_key, consumer_secret, token_filename=None): Provide the name of your app in `app_name`, your consumer_key, and consumer_secret. This function will open a web browser to let the - user Allow your app to access their Twitter account. PIN + user allow your app to access their Twitter account. PIN authentication is used. If a token_filename is given, the oauth tokens will be written to