Hi,
About your post in ssr's thread and this one, the only authentication method supported by the Javascript gdata library is Authsub (the method used in the samples). All other methods (ClientLogin, oAuth) are not supported. This being said, the token you are mentionning is a browser cookie, so it shouldn't be a problem ? If you want this cookie to be persistent across browser launches, update the cookie with an expiration date (the library use a session only cookie, which is discarded by the browser when it is closed). -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
