Re: oauth2 mcc account vs adwords account

2013-08-30 Thread Takeshi Hagikura
Hi, To use a test account, your developer token doesn't have to be approved. You just need to have a credential for your MCC account. What line in GetRefreshToken you see that error Exception in thread main javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX

Re: oauth2 mcc account vs adwords account

2013-08-29 Thread yfeng
Hi Anash, Thanks for replying me, I checked the site u send me. that one looks like a .NET guide, the code I'm using is java. And I have other questions, can I just use my test account and the client ID I create in API console to authenticate via oauth2 and also create campaign, etc in the

Re: oauth2 mcc account vs adwords account

2013-08-29 Thread yfeng
Got it! However I didn't get the developer token approved, I'm just using Eclipse+ Maven to get authenticate via oauth2, the account that available to me right now is just a test account. The issue I'm stuck in right now is every time when I want to GetRefreshToken, Eclipse stopped me,

Re: oauth2 mcc account vs adwords account

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Folks, You don't need to turn on AdWords API on Google API Console. Google API Console hosts all our REST APIs (Drive, Apps, etc.), whereas for AdWords API, you signup from your AdWords API MCC account as mentioned on https://developers.google.com/adwords/api/docs/signingup. Once you have an

Re: oauth2 mcc account vs adwords account

2013-08-26 Thread Michael Ni
I got it to work, I did not need to turn on adwords as a service in console, it doesn't exist, all you need to do is authenticate via oauth2 I used web flow. Also i authenticated/authorized as my mcc account and had access to the individual accounts joined to it. On Thursday, August 22,

Re: oauth2 mcc account vs adwords account

2013-08-19 Thread Ewan Heming
Hi Michael, Once you've authenticated an MCC account, you will have access to all of the client accounts without needing additional tokens. Regards, Ewan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: oauth2 mcc account vs adwords account

2013-08-19 Thread Michael Ni
Thanks Ewan, If it's just mcc then it saves me a bunch of pain. It seems wierd that I don't have to switch on google adwords api in the https://code.google.com/apis/console under services. I use the adsense api, and I had to switch it on, but for adwords, I guess I don't. On Monday, August