>Is there anyway to force a token to expire? Not to my knowledge, should be a good alternative but that might not be so viable because even a password change needs about 10 minutes to expire the token. The Auth Token is meant to be used by all Google services, thus there may be issues with real-time expiration in such a distributed environment.
>GOOGLE_ACCOUNT_COOKIE_INVALID >It that the error reason that should trigger getting a new fresh >token? >From my own experience without reading any documents, yes. There're some ideas in the thread below, see if it fits: http://groups.google.com/group/adwords-api/browse_thread/thread/ed642a1b878dc9d7/f6ff482f1c938385?#f6ff482f1c938385 Any proxy layer will surely be working too. Just implement your own [request proxy token, try, fail->[request new proxy token, retry], success->[done]] mechanism. On Feb 5, 3:57 am, "Peer Jakobsen (AdWords API Guru)" <peer.jakob...@gmail.com> wrote: > One more question. What error reason can I expect when a token > expires. I can see that if I put some random value I get this: > GOOGLE_ACCOUNT_COOKIE_INVALID > > It that the error reason that should trigger getting a new fresh > token? > > Thanks -- 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.