]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/oauth.py
Clean up documentation and README
[z_archive/twitter.git] / twitter / oauth.py
index f13ef220e6a219e43039fe086325b239e9af7461..dcc062c79100fa328b4d642fe45a637a2a2685b7 100644 (file)
@@ -22,6 +22,8 @@ strings in the file. Not terribly exciting.
 Finally, you can use the OAuth authenticator to connect to Twitter. In
 code it all goes like this::
 
+    from twitter import *
+
     MY_TWITTER_CREDS = os.path.expanduser('~/.my_app_credentials')
     if not os.path.exists(MY_TWITTER_CREDS):
         oauth_dance("My App Name", CONSUMER_KEY, CONSUMER_SECRET,