This is great news.
Where can I get the list of valid values for the scope parameter? I am trying to create something using the python gdata api but I am getting an error since I don't know the proper url to use for my google apps domain. In the example code below, what is the Google App scope equivalent for http://google.com/calendar/feeds if I have acmecorp.com as my domain? next = 'http://www.coolbloggersite.com/welcome.pyc' scope = 'http://www.google.com/calendar/feeds' secure = False session = True calendar_service = gdata.calendar.service.CalendarService() authSubUrl = calendar_service.GenerateAuthSubURL(next, scope, secure, session); c.loginurl = authSubUrl Thanks On Apr 15, 8:59 pm, "Julian (Google)" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > We are excited to announce that AuthSub has now been extended to > support Google Apps accounts as well! > > AuthSub helps keep accounts secure by making it possible to share > certain information from those accounts without sharing the username > and password that protect them. We hope you and your Google Apps users > will > enjoy the added protection. For examlple, using AuthSub your > application will now have access to the Calendar, DocList and > Spreadsheets APIs. > > Authentication for Web > Applications:http://code.google.com/apis/accounts/docs/AuthForWebApps.html > > The official Google Accounts API developer discussion > group:http://groups.google.com/group/Google-Accounts-API > > More information about the > release:http://googledataapis.blogspot.com/2008/04/announcing-authentication-... > > Julian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" 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-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
