Вопрос

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?

Нет правильного решения

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top