Skip to content

Instantly share code, notes, and snippets.

View lephleg's full-sized avatar
🗿
wassup

Argyris Margaritis lephleg

🗿
wassup
  • Tumblr Inc.
  • Thessaloniki, Greece
View GitHub Profile
@lephleg
lephleg / xbl_oauth2.py
Created November 20, 2022 19:24 — forked from tuxuser/xbl_oauth2.py
Sign in to Xbox Live with OAUTH2
"""
Sign in to Xbox Live with OAUTH2
1. Go to https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
2. Register new app ("+ New registration")
2.1. Enter a name for your app
2.2. Set "Supported account types" to "Personal Microsoft accounts only"
2.3. Click register
2.4. Choose "Redirect URIs" -> "Add a Redirect URI"
2.5. Click "Add a platform" -> "Mobile and desktop applications"