.NET Xbox 真实帐户 API
是否有 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Xbox 社区开发者计划。
Check out the Xbox Community Developer Program.
您还可以尝试查看 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