In my app, I want to access and use user's Xbox avatar. I came to know that Xbox Live Avatar API is not exposed to projects! Is there any way to do this?

有帮助吗?

解决方案

If you can get gamertag from live id API, you can use this :

Small http://avatar.xboxlive.com/avatar/sample/avatarpic-s.png

enter image description here

Large http://avatar.xboxlive.com/avatar/sample/avatarpic-l.png

enter image description here

Full body http://avatar.xboxlive.com/avatar/sample/avatar-body.png

enter image description here

Of course, you have to replace "sample" with a gamertag.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top