I have been getting the above error occasionally when accessing
V200909 services. Here is code snippet (called on every request to
Google):

        AdWordsUser user = new AdWordsUser(email, password, clientId,
useragent, developerToken, applicationToken, false);

        AdWordsService serviceSelector = new
AdWordsService( serviceName, new AdWordsVersionV200909("cm"), "cm" );
        T service = (T)user.getService(serviceSelector);

According to this thread "http://groups.google.com/group/adwords-api/
browse_thread/thread/6cb2965552e3bffe/4615e619202f2845?lnk=gst&q=Could
+not+get+ClientLogin+token+for+user.#4615e619202f2845" I am supposed
to cache AdWordsUser in between service calls but I am not sure the
scope of caching. Should I always cache  AdWordsUser for the same
"email, password, clientId, useragent, developerToken,
applicationToken" combination and never expire?

-- 
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-...@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.

Reply via email to