X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/e7ebaea801c3f55001a8fee95471af869ac26007..da754eff81e7c83d4b0a3ee43673a5e21ace3ecd:/README diff --git a/README b/README index 5c087ef..18de04e 100644 --- a/README +++ b/README @@ -78,7 +78,7 @@ The Twitter API is documented at: Examples:: -```python +```python from twitter import * # see "Authentication" section below for tokens and keys @@ -255,7 +255,7 @@ to do this. Please see the twitter.oauth_dance module to see how this is done. If you are making a command-line app, you can use the oauth_dance() function directly. -Performing the "oauth dance" gets you an ouath token and oauth secret +Performing the "oauth dance" gets you an oauth token and oauth secret that authenticate the user with Twitter. You should save these for later so that the user doesn't have to do the oauth dance again.