Re: OAuth2 -- exchange access_token for authToken?

2012-03-13 Thread Anash P. Oommen
Hi, AdWords API doesn't support OAuth2, it does OAuth1.0a instead. See http://adwordsapi.blogspot.in/2011/10/adwords-api-now-fully-supports-oauth.html for details. Other than that, calling AdWords API with OAuth would be exactly like how you would use OAuth elsewhere - include the OAuth

OAuth2 -- exchange access_token for authToken?

2012-03-12 Thread H
I'm trying to get to grips with Adwords API with OAuth2 authorisation. I can authorise an account to get an authorisation code. I can exchange this code for an OAuth2 access_token/refresh_token. But what next ...? The SOAP request headers require authToken, developerToken, and userAgent