Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Live OAuth access XBox Live Info

So, I'm working on a website, and I want users to be able to log in with their xbox account to link their gamer tag to my site. I can use oauth like this:

mysite

But, I can't figure out how to get xbox live permissions. Other sites that do this have permissions like this:

perms

How do I get this permissions which allow me to get info from an xbox account, like the gamertag? On the permissions page I don't see xbox anywhere.

like image 701
Noah Cristino Avatar asked Oct 15 '17 18:10

Noah Cristino


1 Answers

You can do this pretty easily by using Xbox Live API, Sign up for the Xbox Live Creators Program and then you can call the Xbox Live REST endpoints directly to ask the user to authorize your application.

The official API documentation provides excellent examples to help you progress at a quick pace. Also you can refer to Windows UWP for Xbox Live Services for some detailed info.


Sources: Xbox Live Creators Program Github Repo of Xbox Live API

like image 160
EX0MAK3R Avatar answered Nov 15 '22 17:11

EX0MAK3R