One more problem with this, I've tried to use the client Library.
but before I can run:
(user.OAuthProvider as AdsOAuthNetProvider).AccessToken = new
OAuthToken(TokenType.Access, "ACCESS_TOKEN_HERE",
"ACCESS_SECRET_HERE", "CONSUMER_KEY_HERE");
I must create an Instance of user.OAuthProvider, so I
Dear Anash,
Thanks for the help.
I've seen this example but unfortunately it's not applicable for my
situation.
I'm working in C# and I use the WSDL structure to create the SOAP
request manually since using the Client Library have some over head
I'm trying to avoid.
So far, when I needed a servic
Hi R.g,
Yes, you can load an existing OAuth accesstoken. See
http://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth for
details.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http:
Hey,
I'm trying to move my application to work with the new oAuth way
without any luck.
what I want to do is to have a two phase program.
part 1:
Let the user using a web application to authorized with Google.
which, for as much as I understand, will give me the oauth_verifier
token.
save the tok