Re: Adwords OAuth2 using Service Account in C#

2014-08-25 Thread Josh Radcliff (AdWords API Team)
Hi, The documentation in my previous post shows: a. How to set up your App.config/Web.config for service accounts: https://github.com/googleads/googleads-adwords-dotnet-lib/wiki/Using-OAuth#using-oauth20-service-accounts b. Step by step instructions on using a service account with the AdWords

Re: Adwords OAuth2 using Service Account in C#

2014-08-25 Thread Jon Jones
This is a completely worthless response. Please show some steps for how to set up a service account. On Monday, June 2, 2014 9:40:04 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Are you trying to use a Service Account? If so, the .NET library's OAuth2 > Guide >

Re: Adwords OAuth2 using Service Account in C#

2014-06-02 Thread Josh Radcliff (AdWords API Team)
Hi, Are you trying to use a Service Account? If so, the .NET library's OAuth2 Guide contains useful information. If you are using a Service Account, I highly recommend considering the

Re: Adwords OAuth2 using Service Account in C#

2014-06-02 Thread Chris Sturgeon
I am having the same issue. Were you able to figure this out? On Thursday, April 3, 2014 11:13:19 AM UTC-4, Richard wrote: > > > Hi, > We have an internal c# Adwords application which I trying to upgrade from > client login(v201309) to OAuth2(v201402) > The application is running by schedule

Re: Adwords OAuth2 using Service Account in C#

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, After the initial OAuth user interaction, you can still perform operations without further user interaction with the *Installed Application* and *Web Application* flows as long as you request offline access

Adwords OAuth2 using Service Account in C#

2014-04-03 Thread Richard
Hi, We have an internal c# Adwords application which I trying to upgrade from client login(v201309) to OAuth2(v201402) The application is running by scheduled job to update our Adwords data as well as pulling reports so there is no user interaction involved. I have followed below example and w