Re: OAuth2 still asking for email & password values

2013-08-20 Thread Alan Coleman
As always, thanks very much for taking the time to help. Cheers! On Tuesday, August 20, 2013 3:26:13 PM UTC+1, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Alan, > > > Just one more question if I may, how long will the refresh_token last > for? > refresh_token never expires unless you exp

Re: OAuth2 still asking for email & password values

2013-08-20 Thread Takeshi Hagikura (AdWords API Team)
Hi Alan, > Just one more question if I may, how long will the refresh_token last for? refresh_token never expires unless you explicitly revoke the API access. Best, - Takeshi, On Tuesday, August 20, 2013 9:00:52 PM UTC+9, Alan Coleman wrote: > > Thanks Takeshi, your help is always appreciate

Re: OAuth2 still asking for email & password values

2013-08-20 Thread Alan Coleman
Thanks Takeshi, your help is always appreciated. I was confused about the refresh_token procedure. Just one more question if I may, how long will the refresh_token last for? Many thanks. On Tuesday, August 20, 2013 12:04:36 PM UTC+1, Takeshi Hagikura (AdWords API Team) wrote: > > As in this

Re: OAuth2 still asking for email & password values

2013-08-20 Thread Takeshi Hagikura (AdWords API Team)
As in this guide, I recommend to store refresh_token in your auth.ini. Once you store refresh_token, you'll not be asked for email and password pair. Please see the "Running OAuth2.0 example" section and run this GetRefreshToken.php<

Re: OAuth2 still asking for email & password values

2013-08-20 Thread Alan Coleman
Hi Takeshi, Thanks for your reply. I'm running a script that verifies an AdWords Ad against the API before storing it locally, simple stuff and it works with my current Client Login set up. I've been through all the OAuth2 documentation and it all makes sense. I've created the application iden

Re: OAuth2 still asking for email & password values

2013-08-20 Thread Takeshi Hagikura (AdWords API Team)
Hi Alan, What script are you running when you see a validation error? Please see this guide on OAuth2 introduction with PHP. If you have further questions, please let us know. Best, - Takeshi, AdWords API Team On Monday, August 19

OAuth2 still asking for email & password values

2013-08-18 Thread Alan Coleman
Hello everyone, I'm moving my AdWords app from Client Login to OAuth2 authentication in preparation to migrate to v201306. I've read the documentation and understand the concept of OAuth2 and have experimented successfully with a little Google+ login script. I'm confused about how my app will