oAuth2 implementation v201402 c#.net

2014-05-28 Thread abhijit chaudhari
Hi Team, We are implementing oAuth2 and updating version to v201402 varsion. We are creating ClientID and ClientSecret for Web Application in API console. We need to give redirect_URL for the same. We want to give two different redirect URLs as our 2 web application will be hitting to google AP

migrate to Adwords API v201402

2014-05-14 Thread abhijit chaudhari
Hi we are migrating to Adword API v201402, and after updating web service references we are getting below errors. Gateway.Google.ReportDefintionService.SoapHeader RequestHeader = new Gateway.Google.ReportDefintionService.SoapHeader(); RequestHeader.developerToken = connectionInfo.DeveloperTo

Re: OAuth2 Campaign update issue (c#)

2014-05-14 Thread abhijit chaudhari
Hi Richard, I am facing issues while getting campaigns, My application is ASP.NET MVC and i need to fetch all campaigns but how i can send authtoken while making request. below is sample code which i am using. SoapHeader do not have propert authtoken in v201402 version. can please she some info