3

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

Claus Jørgensen
  • 25,882
  • 9
  • 87
  • 150
Alessandro Lallo
  • 741
  • 11
  • 21

3 Answers3

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
0

is it possible?

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

Claus Jørgensen
  • 25,882
  • 9
  • 87
  • 150
-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)

Community
  • 1
  • 1
hfrmobile
  • 1,213
  • 16
  • 16