On Thu, Dec 4, 2008 at 12:47 PM, googlysmiles <[EMAIL PROTECTED]> wrote: > > Howdy - new to this and tried to search in 'Knowledge Base' and sifted > through Documentation, still need some help on this: how to use > ClientLogin in conjunction with Javascript Client Library, which > currently shows using AuthSub to authenticate? > Or what else should be used with ClientLogin for authentication? > > THANKS MUCH!
The short answer is that you can't. There's some support in there for platforms where the same-origin policy doesn't apply (for example, Google Desktop gadgets), but outside of that, it won't work. ClientLogin is only intended for desktop applications where opening a browser window will cause problems or isn't possible. The client libraries that one would use for a desktop application (Java, Objective-C, .NET, etc.) all support ClientLogin. -- 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 -~----------~----~----~----~------~----~------~--~---
