I havent seen many posts here regarding the xbox live api offered by Microsoft. Can anyone point me a a site where there is an active xbox live api community?
Official "Xbox Live API" - Where to find knowledgable people?
3.3k Views Asked by user198923 At
1
There are 1 best solutions below
Related Questions in XBOX-LIVE
- Angular msal xbox live scope
- How can I use the Xbox RESTful api to get the callers xuid. I have their xbl3.0 token
- How to retrieve/use nonce using login.live oauth2.0?
- Can't authenticate user through XboxLive 400: Bad Request
- Xbox Creators Program and REST API
- Xbox Live for Creators C++ UWP
- Can't add account in the Xbox live for Test account results is error
- xboxlive authentication error 400 bad request
- Get player data from XBOX API
- Checking if Xbox Live account exists using Python Requests
- How to define the scope for XBOX while login with xbox in laravel
- How to obtain one's xbox live service token?
- Can the Xbox Live Creators Program grant access to the XBL RESTful API for web development?
- Xbox Live chat bot example
- Linking registered Microsoft app to xbox login
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is rather vague so I will provide a broad answer.
ID@Xbox
If you're an independent publisher looking to implement Xbox Live Services into your game sign-up with ID@Xbox (https://www.xbox.com/en-US/developers/id). There you will be given access to developer forums and thorough documentation. Official and full of knowledgeable people.
Creators Program
If you're creating an app for the Xbox One marketplace or Windows 10 you can join the Xbox Live Creators Program (https://www.xbox.com/developers/creators-program). This is much more streamlined than ID@Xbox and has less verification steps. It's a quick way to integrate Xbox Live with whatever you are doing.
Documentation
For complete documentation on the Xbox Live API visit (https://learn.microsoft.com/en-us/gaming/xbox-live/) which is assuming you already have the necessary access through either ID@Xbox or the Creators Program.
The aforementioned avenues are the official way to tap in and join the community.
Other Options
Above all else, if you're simply looking to integrate Xbox Live into your website or something simple - Microsoft isn't interested. There is no official support for that unless you're one of the above partners. However - there remain options.
1) OpenXBL (https://xbl.io) offers up support for Xbox Live API calls and sign-in authentication. Plenty of demo projects to get you going. There is also a Discord channel available to chat with others using the service.
2) https://xboxapi.com also offers up support for Xbox Live API calls.