问题描述
我使用Google Ads API已有一段时间,并使用ClientID发出SOAP API请求.现在我了解到Google正在添加一种oAuth方式与该数据库进行通信.
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.
让我说我有身份验证和机密(或使用匿名),以便将这些信息添加到SOAP请求中.
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.
谢谢!
推荐答案
AdWords API支持OAuth 1.0a,.NET库也支持它.可以在 http://code.google.com/p/google-api-adwords-dotnet/source/browse/#svn%2Ftrunk%2Fexamples%2Fcsharp%2Foauth 以及使用该库的文档可以在 http://code.google.com/上使用OAuth. p/google-api-adwords-dotnet/wiki/UsingOAuth .
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.
干杯,Anash P. Oommen
Cheers,Anash P. Oommen
这篇关于带有新oAuth 1.0的Google Ads API,C#,SOAP请求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!