how can I get the local windows live id from a mobile phone with windows phone? is it possible?
Asked
Active
Viewed 1,003 times
3 Answers
1
You can use a webbrowser control with the live messenger connect SDK to get the user's information to your server side database, or use other services that offer Windows Live Id authentication such as the Windows Azure Access Control Service.

Sheng Jiang 蒋晟
- 15,125
- 2
- 28
- 46
-1
See How to programmatically extract Windows Phone's LiveID?:
If you run UserExtendedProperties.TryGetValue("ANID") you'll get a GUID (the windows live anonymous id), but you can't use that GUID to link it to an Live ID like myliveid@hotmail.co.uk (not tested/verified)