commit | b577f9917474002629b94438f49f2f34f8d240ee | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Mar 10 08:35:11 2011 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Mar 10 08:35:11 2011 -0500 |
tree | aa3805794badc8db63ba2f45186c0789b5f5f9e2 | |
parent | ff52fa341e336fa17e4b502586592c24284e31cf [diff] [blame] |
Update to the latest auth and token uris
diff --git a/oauth2client/tools.py b/oauth2client/tools.py index bd22416..e244525 100644 --- a/oauth2client/tools.py +++ b/oauth2client/tools.py
@@ -36,7 +36,7 @@ Exceptions: RequestError: if step2 of the flow fails. """ - authorize_url = flow.step1_get_authorize_url('oob') + authorize_url = flow.step1_get_authorize_url('http://localhost:8080/') print 'Go to the following link in your browser:' print authorize_url