On Wed, Dec 10, 2008 at 7:33 PM, aburakadabura <[email protected]> wrote: > > Hi anee > > After a successful authentication , use AUTH value that in ClientLogin > response. > Set Authorization Header, and more... > http://code.google.com/intl/ja/apis/gdata/auth.html#ClientLogin > > I'm trying ClientLogin too, Actually i'm not do well yet. > when i use AuthSub, it worked easier for developer than ClientLogin. > But AuthSub need manually login in the first time. > > thanks.
The JavaScript client does not support ClientLogin, except in a few special cases where the same-origin policy doesn't apply (like Google Desktop Gadgets). You'll need to use AuthSub. -- 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 -~----------~----~----~----~------~----~------~--~---
