Re: Oauth2.0 directly generating access token once already allowed access

2016-10-17 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi, This thread is more than three years old, could you kindly open a new thread? Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, October 15, 2016 at 1:21:29 PM UTC-4, cv wrote: > > Hello, > > Again started to facing the issue after passing 'approval_prompt' => > 'force''. > > The

Re: Oauth2.0 directly generating access token once already allowed access

2016-10-15 Thread Chirag
Hello, Again started to facing the issue after passing 'approval_prompt' => 'force''. The 'approval_prompt' => 'force' is not working as expected. If I pass the 'approval_prompt' => 'force', it is not asking user to authorize app forcefully If I had login with already authorized adwords

Re: Oauth2.0 directly generating access token once already allowed access

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi Chirag, Could you kindly file an issue under https://code.google.com/p/google-api-adwords-php/issues/list if that feature is not supported? I'll ask the PHP library maintainers to follow up with you over the issue tracker. Cheers, Anash On Monday, July 15, 2013 11:25:15 AM UTC+5:30,

Re: Oauth2.0 directly generating access token once already allowed access

2013-07-15 Thread Chirag
Hello Anash, Thanks, Issue filed. Please see the link. https://code.google.com/p/google-api-adwords-php/issues/detail?id=102 Thanks, Chirag On Monday, July 15, 2013 12:20:26 PM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: Hi Chirag, Could you kindly file an issue under

Re: Oauth2.0 directly generating access token once already allowed access

2013-05-16 Thread David Torres (AdWords API Team)
Hi Chirag, I think the problem comes from a misunderstanding of the term client ID. OAuth2 client ID is not the same of the AdWords clientCustomerId, the OAuth2 client ID which you get through the API Console identifies your application, while the clientCustomerId identifies the AdWords

Re: Oauth2.0 directly generating access token once already allowed access

2013-05-12 Thread Chirag
Hello David, I am using PHP Client Library. Here is more details. Let's assume i have one adwords mcc account x...@gmail.com. For first time authentication i need allow access to my web application for access token and refresh token. i do allow and link my one client id at that time. Now

Re: Oauth2.0 directly generating access token once already allowed access

2013-05-10 Thread David Torres (AdWords API Team)
Hi, I'm a bit confused with your question, are you asking how to switch/store access tokens in one of our client libraries? if yes, which library? can you outline in more detail the steps/code you are executing? Best, - David Torres - AdWords API Team On Tuesday, May 7, 2013 3:19:17 AM

Oauth2.0 directly generating access token once already allowed access

2013-05-07 Thread Chirag
Hello All, I am having a system in which multiple accounts can link in order to get diffrent adwords account details. I am facing issue with Oauth2.0 authentication. when first time i am allowing access using Oauth2.0 to access adwords client information, then system asking me to allow access