Hi Aner, I just responded to your note over in the Accounts group... the short of it is that AuthSubJS isn't yet supported for Apps domains: http://groups.google.com/group/Google-Accounts-API/browse_thread/thread/2f832154d7b53825?hl=en
I've filed a request to enable it: http://code.google.com/p/gdata-issues/issues/detail?id=462 (I also asked some questions in the other group about the performance issues you're seeing in PHP--- I'm curious to know what's going on there) Cheers, -Ryan On Apr 16, 8:32 am, Aner <[EMAIL PROTECTED]> wrote: > Hello everyone > I started a topic on Google Accounts API group, but since the issue is > for a calendar application I'm writting, and noone answered me at the > other group, I'm posting here too. Hope here will have more luck. > I'm trying to get te AuthToken for a user from a hosted domain, to > show his calendars and so, via javaScript api. I'm using this code: > > var myService = new google.gdata.calendar.CalendarService('my- > aplication'); > > var scope = "http://www.google.com/calendar/feeds/"; > var token = google.accounts.user.checkLogin(scope); > > if (token == ""){ > token = google.accounts.user.login(scope); > > } > > And always get void string while calling > google.accounts.user.checkLogin > > What I'm missing? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
