]> jfr.im git - z_archive/twitter.git/commitdiff
Always show the URL during the oauth dance.
authorMike Verdone <redacted>
Wed, 1 Sep 2010 15:47:03 +0000 (17:47 +0200)
committerMike Verdone <redacted>
Wed, 1 Sep 2010 15:47:03 +0000 (17:47 +0200)
twitter/oauth_dance.py

index 877da8b42dc690c6ecae3738a3487ac61c1af2c5..a89bdd26d658f825c328c62becd577730b36bc4c 100644 (file)
@@ -31,6 +31,8 @@ type it here:
 """
     oauth_url = ('http://api.twitter.com/oauth/authorize?oauth_token=' +
                  oauth_token)
+    print "Opening: %s\n" % oauth_url
+
     try:
         r = webbrowser.open(oauth_url)
         time.sleep(2) # Sometimes the last command can print some