Python Microsoft Store API

0
5K

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()

Site içinde arama yapın
Kategoriler
Read More
Social Issues
Die Hard. (1988)
A New York City police officer tries to save his estranged wife and several others taken hostage...
By Leonard Pokrovski 2023-01-31 14:35:24 0 13K
Mental Health
Dyslexia: Associated conditions
Dyslexia often co-occurs with other learning disorders, but the reasons for this comorbidity have...
By Kelsey Rodriguez 2023-06-16 19:07:03 0 4K
Collecting
The Timeless Appeal of Collecting: A Passion for Recreation
In the vast tapestry of human leisure activities, few pursuits hold the same allure and...
By Dacey Rankins 2024-05-09 18:31:08 0 6K
Horror
The Twilight Saga: New Moon. (2009)
Edward leaves Bella after an attack that nearly claimed her life, and, in her depression, she...
By Leonard Pokrovski 2023-05-14 19:04:25 0 18K
Ужасы
Челюсти. Jaws. (1975)
Действие картины протекает в течение пяти дней — на острове Э́мити, где расположен...
By Nikolai Pokryshkin 2023-04-10 14:35:53 0 18K
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov