Re: Adding subdomain to OAuth valid redirect urls

2015-10-28 Thread assaf
Thanks, we did it and seems to work. I thought that adding a new client will require to pass the approval process for developer token again. On Monday, October 26, 2015 at 7:54:05 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > The flow you described sounds like a *Web application*

Re: Adding subdomain to OAuth valid redirect urls

2015-10-26 Thread Josh Radcliff (AdWords API Team)
Hi, The flow you described sounds like a *Web application* flow to me, rather than an *Other/Native application* flow. The *Web* flow will allow you to enter multiple redirect URIs, as you noted. I'd recommend switching over to the *Web application* client ID and secret, then adding all requir

Adding subdomain to OAuth valid redirect urls

2015-10-25 Thread assaf
Hi, We have a developer token with enabled Adwords API. Recently we decided to allow customers to authorize using the OAuth protocol. It's working fine when in the redirect_uri we specify is http://ourdomain.com or http://localhost, but fails on http://app.ourdomain.com *400.* That’s an error.