What is the solution to easily (I mean from the user point of view) get a token to connect into Google Calendar using the Google API? I'd like a user experience like my android device. At the installation, the application asks my login and password and never asks it again.
I should add/remove/update events of Google Calendar from a WPF desktop client application. I've found the Google API to manage this but the latest version seems to be a pain for the user. I should open a browser (or use the Browser control), ask the user to control and copy/paste the token received from Google.
I agree enter every time the password could be more secure but a password was asked to the user to connect into his/her Windows session and for the context of my application, it is secure enough.