Python Microsoft Store API

0
7كيلو بايت

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

البحث
الأقسام
إقرأ المزيد
Financial Services
Changes in equilibrium price and quantity: the four-step process
Key points There is a four-step process that allows us to predict how an event...
بواسطة Mark Lorenzo 2023-02-16 13:07:37 0 12كيلو بايت
Environment
The 10 most environmentally friendly countries
The site for expats InterNations interviewed about 15 thousand people who left their home...
بواسطة FWhoop Xelqua 2022-12-24 15:35:08 0 13كيلو بايت
Научная фантастика и фэнтези
Индиана Джонс: В поисках утраченного ковчега. Indiana Jones and the Raiders of the Lost Ark. (1981)
Известный археолог и специалист по оккультным наукам доктор Джонс получает опасное задание от...
بواسطة Nikolai Pokryshkin 2022-12-13 18:09:48 0 18كيلو بايت
Marketing and Advertising
Corporate Merch and why its needed
Corporate merchandise is a product or product that a brand or company creates and distributes...
بواسطة FWhoop Xelqua 2023-06-14 17:08:09 0 21كيلو بايت
Martial Arts
Martial Arts: The Ancient Discipline That Transcends Time
Martial Arts: The Ancient Discipline That Transcends Time Martial arts, a term that conjures...
بواسطة Leonard Pokrovski 2024-07-01 22:10:48 0 17كيلو بايت
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov