I believe this is the answer. GenerateAccessToken() does not exchange the token. oauth_verifier and oauth_token are returned as params on the query string of the callback URL. Those parameters can be used on a subsequent call such as CampaignService.get and the process handles the exchange and gets the AccessToken. The AccessToken property is inherited. It can be accessed w/ this syntax: (user.OAuthProvider as AdsOAuthNetProvider).AccessToken.Token
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
