Thank you for your answer.
Edit: I am using C#/XAML as my application.
I am trying Add Azure Mobile Service authentication to my WinRT app. I got everything working and I can log in to all 4 social media accounts (Facebook, Twitter, Google and Microsoft accounts). But when I close the app and restart When it does, even if I check the “remember me” button on any of these options, I have to write my username and password. Assuming I log in with my Facebook account, what I want to achieve is that when I restart the application When the program and click Log in with Facebook, it should not ask for my username and password, but automatically authenticate me. The Remember Me button does not seem to work. Is there a way to achieve this?
Thank you for your answer.
Edit: I am using C#/XAML as my application.
The following blog post explains how to cache the user’s identity. http://www.thejoyofcode.com/Setting_the_auth_token_in_the_Mobile_Services_client_and_caching_the_user_rsquo_s_identity_Day_10_.aspx