Hi, All.
My program shares credential by Map<Refresh Token,Credentail> and retrieves refresh token on own. I have 2 questions. Q1. Is it prohibited to retrieve refresh token by myself ? Q2. Does any serviceInterface retrieve automatically in progress ? eg. ------------------------------------------------------------- Credential c = map.get("refresh token"); if (isExpired(c)) { // retrieve by myself. c.refreshToken() } AdWordsSession session = AdWordsSession.Builder().setCredential(c).build() SomeServiceInterface inf = AdWordsServies.get(session, SomeServiceInterface.class) // automatically retrieving access token ? inf.doSomeThing() ------------------------------------------------------------- Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.