Question

Possible Duplicate:
How to check whether a user is logged into his google account through API?

I am developing a webpage that shows a Google Calendar.

My question is this: Is it possible to detect if a user is currently logged into a Google Account? If it is possible (I am pretty sure that it is), what is the easiest way to detect this?

No correct solution

OTHER TIPS

User should allow you to do this. You should use Google API, here it is: http://code.google.com/apis/accounts/

Check the APIs, signup for API key and users should let you to check their status in Google.

Have you looked the Google developer guide? https://developers.google.com/google-apps/calendar/auth recommends OAuth 2.0.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top