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