OneDrive can be develope in windows desktop app、window store app.
http://msdn.microsoft.com/en-us/library/dn631817.aspx
https://github.com/liveservices/LiveSDK-for-Windows
I also try the sample apps.
In windows store app, it will remember userID、password and permission until I set to sign-out.
But in windows desktop app, when I launch the desktop's app, it always ask user's permission.
How can I remember the user's permission?
Does anyone have similar experiences?