从 WP7 获取实时 ID

发布于 2024-12-03 03:21:24 字数 56 浏览 2 评论 0原文

如何从带有 windows Phone 的手机获取本地 windows live id?是否可以?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

假扮的天使 2024-12-10 03:21:24

您可以使用 webbrowser 控件和 live Messenger connect SDK 将用户信息获取到服务器端数据库,或使用提供 Windows Live Id 身份验证的其他服务,例如 Windows Azure 访问控制服务

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.

断肠人 2024-12-10 03:21:24

这可能吗?

不可以,您无法访问本地用户的实时 ID。

is it possible?

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

不必了 2024-12-10 03:21:24

请参阅如何以编程方式提取 Windows Phone 的 LiveID?

如果您运行 UserExtendedProperties.TryGetValue("ANID"),您将获得一个 GUID(Windows Live 匿名 ID),但您不能使用该 GUID 将其链接到 Live ID,例如 [电子邮件受保护]
未测试/验证

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文