2 messages in com.googlegroups.bloggerdevUser Token Expiration
FromSent OnAttachments
husseiny30 Aug 2006 04:53 
Pete Hopkins ☠30 Aug 2006 09:35 
Subject:User Token Expiration
From:husseiny (elhu@gmail.com)
Date:08/30/2006 04:53:55 AM
List:com.googlegroups.bloggerdev

Hi All,

I'm using a DeskTop application not a web application. so I don't use AuthSubUtil to make a session token which does not expire.

I get the authentication Token by creating an HttpRequest to "https://www.google.com/accounts/ClientLogin"

if I signed a user once and got a Token. I want to keep this token in my DB to

make all the next user requests without signing in again. But I'm afraid from token expiration.

my question really is what about user Token Expiration?