Re: Google Adwords API login

2015-03-16 Thread Danial Klimkin
Hello Antonio, The refresh token is only valid for particular client ID and secret for security reasons. We recommend obtaining separate refresh tokens for each application type -- it's easier to manage for you and the user can revert one application access only, should she needs to. -Danial

Re: Google Adwords API login

2015-03-16 Thread Antonio Peric
ping On Sunday, March 15, 2015 at 10:38:26 PM UTC+1, Antonio Peric wrote: > > Hi, > > we are creating web (single page app - NG app), Android and iOs app (both > with phonegap) and we want to authorize user for Adwords API with offline > access. We noticed that if we use iOS id and secret that r

Google Adwords API login

2015-03-15 Thread Antonio Peric
Hi, we are creating web (single page app - NG app), Android and iOs app (both with phonegap) and we want to authorize user for Adwords API with offline access. We noticed that if we use iOS id and secret that refresh token that we got is not valid for web application and vice-versa. How we can