XboxLeaders / XboxLiveAPI

[DEPRECATED] Please visit https://xboxapi.com for API services.
http://www.xboxleaders.com
MIT License
117 stars 26 forks source link

Feature Request : Tournament (Win/Lost) Activity #42

Closed jd-alexander closed 10 years ago

jd-alexander commented 11 years ago

Is there a way for one to receive tournament activity or information from the API. For instance if a person is playing in a tournament, when they complete it then the API can tell who lost the game or who won, and who the person lost/won against. Thanks for your feedback

djekl commented 11 years ago

This requires logging the data, doing constant checking on a user and callbacks. The api is restful. Meaning if you don't request data it doesn't do anything. You would need to setup your own server and service for that.

jd-alexander commented 11 years ago

Alright. I don't currently own an Xbox live account as yet so I was wondering if the activity feed contain this information?

djekl commented 11 years ago

It will contain a rich presence that should contain the score on the game. Best to find a gamertag thats playing a game u want to track and see

Sent from my iPhone

On 18 Sep 2013, at 05:38 PM, jd-alexander notifications@github.com wrote:

Alright. I don't currently own an Xbox live account as yet so does the activity feed contain this information?

— Reply to this email directly or view it on GitHub.

jasonclemons commented 10 years ago

Closing as this is not possible as a feature.