I’m using Google Ads API for a while and making SOAP API request using the ClientID.
now I learned that Google is adding a oAuth way to communicate with there database.
lets say I have the auth and the secret (or using Anonymous) what I need to do in order to add this information to the SOAP request.
Any info will help.
Thanks !
AdWords API supports OAuth 1.0a, and the .NET library supports it too. An ASP.NET code example is available at http://code.google.com/p/google-api-adwords-dotnet/source/browse/#svn%2Ftrunk%2Fexamples%2Fcsharp%2Foauth and the documentation on using the library with OAuth is available at http://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth.
Cheers,
Anash P. Oommen