.NET Xbox 真实帐户 API

发布于 2024-08-27 07:00:31 字数 95 浏览 6 评论 0原文

是否有 .NET API 可用于从您的 Xbox Live 帐户获取数据? 我真正感兴趣的是谁在线,但消息也很酷。某种事件驱动的用户登录通知会很棒,但如果需要的话我会进行轮询。

Is there a .NET API available to get data from your XBox Live account?
All I'm really interested in is who's online, but messages would be cool too. And some sort of event driven notifications of user sign-on would be great, but I'll poll if need be.

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

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

发布评论

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

评论(2

审判长 2024-09-03 07:00:31

您还可以尝试查看 https://xboxapi.com/
他们提供了一个 API 系统来获取各种信息。
示例开发:https://xboxapi.com/dev/profile/Major+Nelson

文档在这里,https://xboxapi.com/documentation
它提供了获取 PHP json、xml 或 dev 数据的信息。

可悲的是,我不认为有像消息和一些通知之类的东西,只有公开可见的信息。但是,如果您跟踪个人资料信息,则可以生成历史记录,如果您轮询在线状态,则可以制作弹出窗口或其他内容

You can also try and take a look at https://xboxapi.com/
They provide a API system to get all sorts of info.
Example dev: https://xboxapi.com/dev/profile/Major+Nelson

their documentation is here, https://xboxapi.com/documentation
it provides info to get data in PHP json, xml, or dev.

Sadly I dont think anything like Messages and some notifications, only publicly visible info. But if you track profile info one can generate a history and if you poll the online status, you can make a popup or something

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