how can I get the local windows live id from a mobile phone with windows phone? is it possible?
Get live id from WP7
1k views Asked by Alessandro Lallo At
3
There are 3 answers
0

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.
0

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 [email protected] (not tested/verified)
No, you can't access the local user live ID(s).