Re: oAuth2 implementation v201402 c#.net

2014-05-28 Thread Anash P. Oommen (AdWords API Team)
Hi Abhijit, Google Api console should accept one redirect url per line. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, May 28, 2014 11:47:31 AM UTC-4, abhijit chaudhari wrote: > > Hi Team, > > We are implementing oAuth2 and updating version to v201402 varsion. > > We are creating Cl

Re: oAuth2 implementation v201402 c#.net

2014-05-28 Thread Michael Cloonan (AdWords API Team)
Hello, You should be able to provide multiple redirect URIs. As long as the redirect matches any of the URIs listed, then it should go through. When you add the new URI, does that break an existing callback that you already had? Please give more details about the error you're encountering so I

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