Re: Unable to get OAuth 2.0 refresh_token with GetRefreshToken.php

2013-08-31 Thread Ewan Heming
Hi Alan, If you haven't already worked it out, I put some instructions together for using the OAuth Playground with the AdWords API . Regards, Ewan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

Re: Unable to get OAuth 2.0 refresh_token with GetRefreshToken.php

2013-08-30 Thread Ewan Heming
Hi Yuhao, I think that your problem might be to do with your JDK setup, not the API, and this threadshould solve your problem. I'll post the OAuth playground example later

Re: Unable to get OAuth 2.0 refresh_token with GetRefreshToken.php

2013-08-29 Thread yuhao feng
Hi Ewan, I did try using OAuth playground to generate token, however it didn't work so well. I use the token I got from the Playground in my java code, it didn't response. My situation is very strange, I'm using Eclipse+Maven to code for adwords API, but until now i couldn't get a OAuth token

Re: Unable to get OAuth 2.0 refresh_token with GetRefreshToken.php

2013-08-29 Thread Alan Coleman
Thanks Ewan! Look at me, giving out bad advice on the forum! On Thursday, August 29, 2013 12:20:49 PM UTC+1, Ewan Heming wrote: > > Hi Alan, > > You shouldn't need a new developer token as you can use any token with any > authorized AdWords account. You can also use any client_id and > client_se

Re: Unable to get OAuth 2.0 refresh_token with GetRefreshToken.php

2013-08-29 Thread Ewan Heming
Hi Alan, You shouldn't need a new developer token as you can use any token with any authorized AdWords account. You can also use any client_id and client_secret to generate the OAuth tokens. Quite a few of the people I've worked with have had problems generating tokens when they just want to

Re: Unable to get OAuth 2.0 refresh_token with GetRefreshToken.php

2013-08-29 Thread Alan Coleman
Hi Mark, I'm currently working through the same situation myself. Frustrating isn't the word! Are your *client_id* and *client_secret* pair from your MCC Account? I think this is important, although it's hidden away in the documentation. I'd be interested to know how you get on with this, I'll

Unable to get OAuth 2.0 refresh_token with GetRefreshToken.php

2013-08-26 Thread Mark
Having used the adwords API for some years and upgraded various versions of the PHP client library including the apility days, we are having major problems with a migration from v201209 to v201306 Our use is solely to run our own adwords account by automatically changing adverts prices, addi