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!
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!
API description on logout -
"
The token remains valid until you revoke it by calling
google.accounts.user.logout():
function logMeOut() {
google.accounts.user.logout();
}
If you don't call logout(), then the cookie that stores the token
lasts for two years, unless the user deletes it. The cookie is
retained across browser sessions, so the user can close their browser
and then reopen it and come back to your client and they'll still be
logged in.
"
- from http://code.google.com/apis/calendar/docs/2.0/developers_guide_js.html
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---