Get live id from WP7

1k views Asked by At

how can I get the local windows live id from a mobile phone with windows phone? is it possible?

3

There are 3 answers

0
Claus Jørgensen On BEST ANSWER

is it possible?

No, you can't access the local user live ID(s).

0
Sheng Jiang 蒋晟 On

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
hfrmobile On

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)