I am trying to implement OAuth 1.0/a using the .Net client library. I assume the method AdWordsUser.OAuthProvider.GenerateAccessToken() handles exchanging the authorized request token for an access token which can be stored and used for later requests. If that assumption is correct, how can I get the access token for storage? It doesn't appear to be returned as a query string param in the callback; I only see oauth_verifier and oauth_token in the query string. One of the various pieces of documentation says, "If you need to save the user’s OAuth AccessToken and restore it later, you can use the AccessToken property of the AdsOAuthNetProvider object <http://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth>", seems perfectly reasonable, but I do not see such a property on the object and more importantly the object is not available upon callback. Can someone please offer some insight? Thank you ~ BB
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
