【发布时间】:2017-08-19 15:01:23
【问题描述】:
我正在使用新的 XBox Live API for C# (https://github.com/Microsoft/xbox-live-api-csharp) 通过 UWP 应用进行官方访问。
我能够很好地进行身份验证并在上下文中引用 Xbox Live 用户。
SignInResult result = await user.SignInAsync();
XboxLiveUser user = new XboxLiveUser();
成功!但是,我似乎找不到合适的 API 调用来返回 XboxUserProfile 或 XboxSocialProfile。这两个类都包含玩家原始游戏图片的 URL。在查看了 MSDN 文档和 GH 库之后,我不清楚这是如何实现的。非常感谢任何帮助。
【问题讨论】:
标签: xbox-live