Questions tagged [xbox-live]

Xbox Live is a gaming platform which features leaderboards, interactive streaming, and more.

Xbox Live unites gamers with friends, leaderboards, interactive streaming, and more. There are millions of active gamers seeking out great games and playing with others. Xbox Live is a great way to find new players and improve engagement in your title. For more information see: https://aka.ms/xblcp

70 questions
7
votes
1 answer

How to implement sign in with xbox with javascript?

I used microsoft graph api to implement signin but with that I am not getting xbox details of the user. How to get xbox details. I want the xbox id of the user to pass to the endpoint in xboxapi.com to get xbox details of the user. Response I am…
Goutham
  • 352
  • 2
  • 4
  • 14
6
votes
0 answers

Can the Xbox Live Creators Program grant access to the XBL RESTful API for web development?

I'm developing a website that requires access to public profile and game information from Xbox Live, for that I need authorization to use the Xbox Live RESTful API…
Aurareus
  • 61
  • 2
5
votes
0 answers

Xbox Creators Program and REST API

I recently applied for the Xbox Creators program to get access to their REST API. However, their documentation doesn't seem to mention how to authenticate using REST API. The documentation talks about XSAPI wrapper. I assume it comes with Xbox game…
Yoshikage Kira
  • 1,070
  • 1
  • 12
  • 20
5
votes
0 answers

How to add Xbox autherization scope in Microsoft App Registration

I have a web app and i need to retrieve the Xbox Id of the user by signing in with a request URL which is :…
Nick_Zadeh
  • 121
  • 2
  • 9
5
votes
1 answer

Convert Xbox-Live GamerTag to XUID using Microsoft REST API - Java

I have a Java application which needs to be able to take a user-inputted gamertag for Minecraft-Bedrock Edition and convert it into the XUID of the of the given account so that I can store it off for whitelisting and reference purposes later. I have…
CrypticCabub
  • 109
  • 2
  • 9
5
votes
1 answer

Error 404 when using Xbox Live SDK Leaderboards

I’ve built a game (C#, UWP, Monogame) and want to integrate it with Xbox Live SDK (Microsoft.Xbox.Live.SDK.WinRT.UWP from NuGet). Already got auth working but experiencing some problems with StatisticManager/Leaderboard. What exactly am I…
cherepets
  • 259
  • 2
  • 10
4
votes
1 answer

How to send requests to Xbox Live Restful API?

I want to send request to Profiles URIs and People URIs of Xbox Live Restful API. I can't understand the Authorization part of these two interfaces. POST (/users/batch/profile/settings) page said only a normal auth token and claims are needed. How…
stamaimer
  • 6,227
  • 5
  • 34
  • 55
4
votes
3 answers

How can a UWP/C# app sign in an XBox user and display gamertag?

I am trying to resubmit a UWP app (written in C#/XAML) into the Microsoft store so that it supports "Windows 10 Xbox" in addition to the previously supported Windows Desktop and Windows Phone. I can deploy (using Visual Studio 2017) and run the app…
Greg Thatcher
  • 1,303
  • 20
  • 29
3
votes
0 answers

How to obtain one's xbox live service token?

I'm trying to replicate a http request to connect to a minecraft realm like the ones shown here https://wiki.vg/Bedrock_Realms#Endpoints using python. However, I don't understand what an Xbox live service token is. There is almost nothing about it…
3
votes
1 answer

Official "Xbox Live API" - Where to find knowledgable people?

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?
user198923
  • 489
  • 1
  • 7
  • 19
3
votes
2 answers

Sign in with Xbox web API

I need to make users sign in with their Xbox in my application. Here is the snippet of my code: base_url = 'https://login.live.com/oauth20_authorize.srf?' qs = unquote(urlencode({ 'client_id': 'My client Id', 'redirect_uri':…
Nick_Zadeh
  • 121
  • 2
  • 9
3
votes
1 answer

How do I authenticate with microsoft and retrieve game achievements?

My goal is to retrieve all achievements data for an xbox game without using third party APIs. I have registered an app here: https://apps.dev.microsoft.com I am using Postman to test the REST capabilities of the xbox live api but I believe the…
Jake Cattrall
  • 461
  • 4
  • 20
3
votes
1 answer

Accessing Raw Gamer Profile Picture

I am using the new XBox Live API for C# (https://github.com/Microsoft/xbox-live-api-csharp) for official access through a UWP app. I am able to authenticate fine and reference the XBox Live user in context. SignInResult result = await…
Shaun
  • 195
  • 2
  • 12
2
votes
2 answers

"The application does not have the cloud notification capability" on xbox live sign in on unity

Whenever I try to sign into Xbox Live on my Unity game (using creators program Unity plugin), both on UWP PC and Xbox One, the game throws an exception: Exception thrown at 0x00007FFAEF0AA899 in Boulder Falls.exe: Microsoft C++ exception:…
2
votes
1 answer

Xbox Live C# API Leaderboard Example

I signed up for the Xbox Creators Program, and I'm trying to get a leaderboard. However I couldn't find any examples that use the C# API. This page shows how to do it in C++. Here is my code. It won't build because it says XboxLiveContext doesn't…
nbarkhina
  • 45
  • 3
1
2 3 4 5