I'm using the javascript client library. I want to make sure that if
one person logs out of my application, my application is no longer
accessing his google data. In particular, if two people are using my
application from the same computer, the second person shouldn't be
seeing the first person's data.

The user logs in from a particular page, say /sub/getCalendar.php. My
logout page is /logout.php. If I call the js code in /logout.php, it
can't find the token. In other words,

google.accounts.user.checkLogin(EVENT_FEED_URL) returns the empty
string, and
google.accounts.user.logout()  doesn't do anything.

What's the best way to deal with this? Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google 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-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to