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
2
votes
2 answers

JSON.net error after importing XBox Live services

I've added the XBox Live Unity asset package to my project and I'm getting this error in Unity. It doesn't show in Visual Studio strangely but it stops me from running my app. error CS7069: Reference to type…
Real World
  • 1,593
  • 1
  • 21
  • 46
2
votes
3 answers

Official XBOX Live API?

I have been searching for a while now on how to access user data from XBOX live. Unfortunately, all I found was this which only allows 2 API calls per minute. Is there an offcial XBOX API that I can access for user information ?
HittmanA
  • 169
  • 5
  • 17
1
vote
1 answer

Can't authenticate user through XboxLive 400: Bad Request

I'm trying to authenticate a user though XboxLive and I'm having some trouble I'm following this article and I cant get past the first step it always returns 400: Bad Request I did some digging and some people have said to put d= before the…
LoserEXE
  • 33
  • 5
1
vote
0 answers

Can't add account in the Xbox live for Test account results is error

When I Added Account for Authorize Xbox Live accounts in the partner center, Is appear the error "400 - - Account 61379360-73a7-4bc4-a1fd-1d10b3783d8e with type Managed tried to access API for account type Open." how can I fix this?
nattawat
  • 11
  • 1
1
vote
1 answer

xboxlive authentication error 400 bad request

I'm trying to authenticate in xbox live with microsoft using msal node ( i'm using this sample) and using the token I get back, the problem is that I get the error 400 (bad request) when i try to call xboxlive. await axios .post( …
Gianmarco
  • 792
  • 2
  • 14
  • 38
1
vote
0 answers

Checking if Xbox Live account exists using Python Requests

I am coding a bot for discord using discord.py and I have a command to authenticate Minecraft accounts with the server. I would like to check the accounts with the API to make sure they are valid. right now, I am able to use requests to check if the…
1
vote
0 answers

Linking registered Microsoft app to xbox login

I am working on a mobile app that will allow users to login to their xbox live account to access some xbox live account info and data (really only dvr clips and thumbnails). I registered my app in azure but can't figure out how to link it to the…
Nick
  • 247
  • 2
  • 9
1
vote
2 answers

UWP Xbox Live Leaderboards

I am trying to incorporate leaderboards into my UWP game. I am using C# and XAML to create my game. I have created a high score leaderboard and have pushed it with the test button in the dash board. I have pushed a record to the leaderboard by…
Travis Pettry
  • 1,220
  • 1
  • 14
  • 35
1
vote
1 answer

Can't sign into Xbox Live test account using sandbox

We are porting our Unity3D game to UWP and we had hit obstacle related to Xbox Live sandbox environment. We had done following things: Created new UWP app in Windows Dev Dashboard Requested access to Xbox Live Creators program Authorized our Xbox…
gumis
  • 166
  • 1
  • 11
1
vote
2 answers

Publish UWP game to Xbox through the Xbox Live Creators Program

The game that I want to publish, its' first iteration will mostly be about local multiplayer. When I go to publish the game to the Xbox store I get the following error: Because you’ve selected the Games category for this app, you must complete the…
Travis Pettry
  • 1,220
  • 1
  • 14
  • 35
1
vote
1 answer

Local Multiplayer in Xbox Live Creators Program

The developer program overview docs (https://developer.microsoft.com/de-de/games/xbox/docs/xboxlive/xbox-live/developer-program-overview) say, that Multiplayer is NOT supported in the Creators Program, but is this only related to the…
1
vote
2 answers

Can I send messages to another XboxLiveUser within the Creators Program Xbox Live API?

I want to send a text message from the logged in Xbox Live User to another User. Can i do it with the current available API (C#) and how? Have scanned the source files but did not find something. May I overlooked? Edited: I have added a new idea to…
MrZweistein
  • 112
  • 9
0
votes
0 answers

Angular msal xbox live scope

I try to find the easiest way to create a angular app, where a user has to authenticate with Microsoft including xboxlive consent so I can also get xboxlive data of a user. I already implemented the logic in a java app with following flow: Get…
0
votes
0 answers

How can I use the Xbox RESTful api to get the callers xuid. I have their xbl3.0 token

Im using the python requests library. So I have their xbl3.0 token and I was wondering how I could get their xuid. I've searched the documentation and found this yet it doesnt specify any authorization headers. pls help im so confused. def…
George
  • 1
0
votes
0 answers

How can I get xbox play time each game by api?

I had get user's game list form request "https://titlehub.xboxlive.com:443/users/xuid(xuid)/titles/titlehistory/decoration/achievement,image,scid" and get many detail, but I can't found play duration in each game. How can i get…