문제

I'm writing an app which accesses user information over the web. I want to use the Microsoft Account of the current user, to identify them to my application and, in turn, to the cloud-hosted services supporting the application. If they don't have an account, I would prompt them to create one.

In short, I would like functionality much like the Games hub of Windows 8, but I haven't found any tutorials on user identity that could start me in the right direction.

도움이 되었습니까?

해결책

This http://msdn.microsoft.com/en-us/library/live/hh826551.aspx should be what you want to do. It's the same tutorial i used to enable sign in with microsoft account in my app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top