OpenXbox / xbox-webapi-python

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
https://pypi.python.org/pypi/xbox-webapi
MIT License
175 stars 44 forks source link

how to verify the user have my program ownership? #8

Closed molixiaoge closed 5 years ago

molixiaoge commented 5 years ago

I read all the xbox document,but i can not find how to check the user whether have my game's ownership.I want to check the ownership at my server side,but i do not know the way.

Thanks.

tuxuser commented 5 years ago

Not possible

molixiaoge commented 5 years ago

The xbox only have client's api? So,if i have recharge or buy game item,i can not check anything on my game's server side? Thx.

tuxuser commented 5 years ago

There are server sided things you can use, sure, but it's out-of-scope for this project.

Xbox Live Creators program or something along those lines might be better suited for your question.

molixiaoge commented 5 years ago

Thx ,for your reply. I have do the steam game's recharge,which's document so easy and clearly. But with xbox's documnet ,i have lost myself.It is heavily complex.I can not find it.