Thanks Ray! On a side note, you can store the tokens received back
from ClientLogin, but they are more volatile (they expire eventually,
along the lines of 2 weeks depending on service.) For this reason,
some people end up storing user credentials in their application, but
this is not very fun unless you happen to have a handy credentials
service built in to the OS (e.g. OS X's keychain.)

Cheers,
-Jeff

On Apr 7, 11:51 pm, Ray Baxter <[EMAIL PROTECTED]> wrote:
> Hi Nitin,
>
> Sounds like you want client login. It's described here:
>
> http://code.google.com/apis/calendar/developers_guide_java.html#AuthC...
>
> Cheers,
>
> Ray
>
> Nitin Gupta wrote:
> > Hi Jeff,
>
> > Thanks for the response. I read this post. Actually, I am working on a
> > desktop application and as a result users cannot be redirected to a web
> > page. Is there any solution for the Desktop applications, which can help us
> > gain speed with Google calendar fetch i.e. ?
>
> > Cheers,
> > Nitin
>
> > -----Original Message-----
> > From: google-help-dataapi@googlegroups.com
> > [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Fisher
> > (Google)
> > Sent: Monday, April 07, 2008 11:37 PM
> > To: Google Data API
> > Subject: Re: Google Service Authentication
>
> > Hi Nitin,
>
> > If you use AuthSub method of authentication you can store the AuthSub
> > token in your application and then you won't have to re-authenticate:
>
> >http://code.google.com/apis/calendar/developers_guide_java.html#AuthA...
>
> > If you have more questions about the Calendar API, feel free to ask in
> > its developer forum:
>
> >http://groups.google.com/group/google-calendar-help-dataapi
>
> > Cheers,
> > -Jeff
>
> > On Apr 5, 5:14 am, "Nitin Gupta" <[EMAIL PROTECTED]>
> > wrote:
>
> >> Hi group,
>
> >> I am writing a service to fetch the Google calendars and events for the
> >> users of my application. Connection to the Google service is taking little
> >> time. Is there any equivalent of the Cookie for my java application which
>
> > I
>
> >> can use so that I don't have to authenticate the user again and again?
>
> >> Any help will be much appreciated and apologies if such a question has
> >> already been asked before.
>
> >> Best Regards,
>
> >> Nitin Gupta
>
> >> Srishti TechNet Pvt. Ltd.
>
> >> B1/168, Paschim Vihar,
>
> >> New Delhi - 110063
>
> >> ---------------------------------------
> >> ( Tel: +91 11 45587193
>
> >> Skype: nitin.gupta.183
>
> >> Any comments or statements made in this email are not necessarily those of
> >> Srishti TechNet Pvt. Ltd. The information transmitted is intended only for
> >> the person or entity to which it is addressed and may contain confidential
> >> and/or privileged material. If you have received this in error, please
> >> contact the sender and delete the material from any computer. All e-mails
> >> sent from or to Srishti TechNet Pvt. Ltd. may be subject to our monitoring
> >> procedures
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to google-help-dataapi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to