Google Ads API, C#, SOAP request with new oAuth 1.0?

情到浓时终转凉″ 提交于 2019-12-12 02:18:55

问题


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 !


回答1:


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




回答2:


I also wanted to mention that our primary discussion forum is at http://groups.google.com/group/adwords-api?pli=1, and I frequently answer developer questions there, so if you have any followup questions, feel free to ask there and I'll be happy to answer your questions.

Btw, I didn't edit the previous answer because Stackoverflow allows only 2 links for users < 10 reputation points. I just joined Stackoverflow a few minutes back to answer your question :)

Cheers, Anash



来源:https://stackoverflow.com/questions/8433227/google-ads-api-c-soap-request-with-new-oauth-1-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!