Re: Confusion about OAuth2 process

2013-07-06 Thread Paul Matthews (AdWords API Team)
Hi, Firstly, for the best results we recommend following the use_oauth2.py examplehttps://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201302/misc/use_oauth2.pyshipped with the AdWords API Python client library

Confusion about OAuth2 process

2013-06-27 Thread Log Reader
Hello, This is my first time using the google api so forgive me if this is a dumb question. I'm attempting to get an authentication code to access a user's fusion table data. I am stuck at the very first stage though. I'm using the python version of the OAuth process. Here is what I have so

Re: Confusion about OAuth2 process

2013-06-27 Thread Jeremy Aube
If you request a refresh token, you'll only need to visit the website once. Going through this process will generate a token that can be used more or less indefinitely. On Wednesday, June 26, 2013 11:35:33 AM UTC-4, Log Reader wrote: Hello, This is my first time using the google api so