Re: Problems migrating from ClientLogin to OAuth

2015-09-08 Thread Derek M
Thanks for the assistance Anash. I had previously tried using the OAuth Playground but couldn't figure out how to make it work with AdWords since it wasn't in the list of available apps. I was able to generate the Refresh and Access token now when I input the scope you mentioned for AdWords.

Problems migrating from ClientLogin to OAuth

2015-09-04 Thread Derek M
The last time I worked on AdWords API was about two years ago when ClientLogin was still supported for authorization. I see that no longer is the case now and I must move to using OAuth. I've been having a lot of trouble understanding how to do this. I'm using server-side Javascript for this

Re: Problems migrating from ClientLogin to OAuth

2015-09-04 Thread Anash P. Oommen (AdWords API Team)
Hi Derek, The simplest thing to do would be to use https://developers.google.com/oauthplayground/ to generate a refresh token and an access token. The scope to use is https://www.googleapis.com/auth/adwords. Once you get the refresh token, it can be used to obtain an access token that