Python Microsoft Store API

0
13K

The following example demonstrates how to obtain an Azure AD access token that you can use to call methods in the Microsoft Store submission API. After you obtain a token, you have 60 minutes to use this token in calls to the Microsoft Store submission API before the token expires. After the token expires, you can generate a new token..

import http.client, json tenantId = "" # Your tenant ID clientId = "" # Your client ID clientSecret = "" # Your client secret tokenEndpoint = "https://login.microsoftonline.com/{0}/oauth2/token" tokenResource = "https://manage.devcenter.microsoft.com" tokenRequestBody = "grant_type=client_credentials&client_id={0}&client_secret={1}&resource={2}".format(clientId, clientSecret, tokenResource) headers = {"Content-Type": "application/x-www-form-urlencoded; charset=utf-8"} tokenConnection = http.client.HTTPSConnection("login.microsoftonline.com") tokenConnection.request("POST", "/{0}/oauth2/token".format(tenantId), tokenRequestBody, headers=headers) tokenResponse = tokenConnection.getresponse() print(tokenResponse.status) tokenJson = json.loads(tokenResponse.read().decode()) print(tokenJson["access_token"]) tokenConnection.close()

Pesquisar
Categorias
Leia Mais
Music
The Power of Music: A Universal Language of Emotion and Expression
Music has been a cornerstone of human culture for millennia, transcending borders, languages, and...
Por Dacey Rankins 2024-12-13 14:35:07 0 10K
Телевидение
Телеканал Звезда прямая трансляция.
Телеканал «Звезда» - это самые актуальные новости в России и в мире, документальные...
Por Nikolai Pokryshkin 2022-11-24 18:40:03 0 27K
Телевидение
Христианский телеканал GNC
GNC — Первый Христианский спутниковый телеканал на русском и украинском языках,...
Por Nikolai Pokryshkin 2022-08-30 10:47:57 0 28K
Horror
Se7en. (1995)
Two detectives, a rookie and a veteran, hunt a serial killer who uses the seven deadly sins as...
Por Leonard Pokrovski 2022-11-16 21:08:29 0 22K
Educação
The Impact of Academic Competitions on Education: Benefits, Challenges, and Insights
Academic competitions have long been a staple of the educational landscape, offering students the...
Por Dacey Rankins 2025-01-14 14:48:46 0 14K

BigMoney.VIP Powered by Hosting Pokrov