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

Zoeken
Categorieën
Read More
Nature and Science
Dream Horse (2021)
Dream Alliance is an unlikely race horse bred by small-town Welsh bartender Jan Vokes. With no...
By Leonard Pokrovski 2022-09-07 13:52:42 0 21K
Homeowners
How to rent an apartment - features of finding a tenant and common mistakes of landlords
Renting out an apartment is one of the ways to generate income for property owners. It seems that...
By FWhoop Xelqua 2023-01-18 13:24:48 0 12K
Социальные проблемы
Гениальное ограбление. The Vault. (2021)
В ограблении главное правильно подобрать момент. Юный гений Том Джонсон решил проникнуть в сейф...
By Nikolai Pokryshkin 2022-09-13 20:32:31 0 19K
Television
ABC Live TV Action Weather 24/7. Tampa Bay, Florida, USA.
ABC Action Weather 24/7. Live Stream. ABC Action News brings you weather coverage from the Tampa...
By Nikolai Pokryshkin 2022-10-30 19:56:11 0 29K
Социальные проблемы
Напоказ. Appearances. (2020)
Эва, героиня фильма «Напоказ», молодая счастливая женщина, мать очаровательного...
By Nikolai Pokryshkin 2022-10-10 18:15:51 0 18K
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov