On Tue, Mar 17, 2009 at 4:11 PM, googlysmiles <[email protected]> wrote: > > Hello, I have found the logout is not working as the api describes. > After calling the logout routine per Google API doc, I was taken to > the 'grant/deny access' screen without prompting me the login textbox > entry screen. I read that online docs say calling logout routine would > have taken me to the initial login screen. Did I miss anything? please > help ASAP! Thanks so much!
That sounds like it might be a bug, but it's not one in Calendar. You'll need to report that in the Accounts API group: http://groups.google.com/group/Google-Accounts-API You might also want to post a sample HTML page demonstrating this behavior. This will make it easier for our engineers to reproduce the problem. > Also, could you help me understand what this method does exactly, e.g. > the exact sequence of HTTPS calls? - myService.setUserCredentials > ("[email protected]","dummypwd")? Please help; Thanks so much! The sequence of calls for the JavaScript client library isn't documented, partly because the mechanism we use to bypass the same-origin policy is rather complex and is subject to change. However, the interface for revoking an AuthSub token that's used by all other client libraries is documented here: http://code.google.com/apis/accounts/docs/AuthSub.html#AuthSubRevokeToken -- 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 -~----------~----~----~----~------~----~------~--~---
