On 2008-12-19 15:44:05 -0800, crock <[email protected]> said:
>
> Sorry for the basic question.
> For my web application, I need calendar functionality - schedule
> events, share info between groups, etc
>
> I don't want people to have to login to google account (they might not
> even have one).
> In documentation it says I need to use AuthSub for authentication, and
> that users will be taken to the login screen for their Google
> account. Any way to avoid this step?
>
> Thank you
You can either use ClientLogin, which is designed for desktop apps:
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html
Or you can cache the user's AuthSub token (it doesn't expire unless
explicitly revoked by the user), so they only have the redirect the
very first time they visit your app.
The second approach is recommended whenever possible.
--
Trevor Johns
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---