Re: After authentication No Refresh Token

2013-10-16 Thread Paul Matthews (AdWords API Team)
Hi Yuhao, It looks to me like either you've (partially?) configured your client to use Service Accounts or you are using a Service Account that requires a slightly different setup. You can find information on Service Accounts in the

Re: After authentication No Refresh Token

2013-08-26 Thread yfeng
Hi, I'm stuck on a similar situation right now, and which is killing me!! I had followed all the process in apply a adwords api access and I also create a installed application and obtain the client id client secret. Then I insert everything I got to the code (which I run in Eclipse) then

Re: After authentication No Refresh Token

2013-08-07 Thread Paul Matthews (AdWords API Team)
Can you confirm that you configured your credentials and request for installed app (offline) access? If you've not, then it'll assume that you're happy requesting authentication again. For more information please see the OAuth2 wiki

After authentication No Refresh Token

2013-08-01 Thread mcc
I m using adwords api v201306, when i authenticate the user using Oauth2 authentication It returns array( access_token = '*', expiresin= token_type = * ); But There is no refresh token. Any Ideas? -- --