Re: AdWords Data Get Through Web Service

2015-05-05 Thread Raghavendra Soudala (AdWords API Team)
Hello Pravin, Based on the redirect_uri in the URL, it looks like the application is a *native application, *but it sounds like a web application would be a better fit for your use case. A *web application* will allow you to specify a redirect URI that will receive the authorization code from t

Re: AdWords Data Get Through Web Service

2015-05-05 Thread Pravin Yadav
On Tuesday, May 5, 2015 at 2:09:47 AM UTC+5:30, Raghavendra Soudala (AdWords API Team) wrote: > > Hi Pravin > > Yes, you can! All you have to do is just create an ASP.NET service, add > reference to the library, and make API calls. For reference there is an > asp.net code example in the OAuth

Re: AdWords Data Get Through Web Service

2015-05-04 Thread raghavendra soudala
Hi Pravin Yes, you can! All you have to do is just create an ASP.NET service, add reference to the library, and make API calls. For reference there is an asp.net code example in the OAuth folder of code e