Python Microsoft Store API

0
9KB

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

Search
Nach Verein filtern
Read More
Personal Finance
All about budgeting
Budgeting is not just a boring process of counting numbers. It is a powerful tool that will help...
Von Dacey Rankins 2024-10-23 16:14:22 0 18KB
Business
How Can I Create a Culture of Experimentation in My Organization?
In today’s fast-paced business world, organizations that embrace experimentation and...
Von Dacey Rankins 2025-03-10 17:19:15 0 5KB
Sports and Hobbies
Exploring Hobbies for Kids and Teens: Cultivating Interests and Skills
In today’s fast-paced world, hobbies play a vital role in the development of children and...
Von Dacey Rankins 2024-12-09 14:32:11 0 6KB
Научная фантастика и фэнтези
Звёздные войны: Эпизод 4 — Новая надежда. Star Wars: Episode IV - A New Hope. (1977)
Татуин. Планета-пустыня. Уже постаревший рыцарь Джедай Оби Ван Кеноби спасает молодого Люка...
Von Nikolai Pokryshkin 2022-11-21 21:46:44 0 27KB
Business
ANALYSIS AS A FUNCTIONAL ELEMENT OF BUSINESS PROCESS MANAGEMENT IN THE ORGANIZATION
The management of the activities of any organization is based on the use of various approaches...
Von Dacey Rankins 2024-09-23 14:52:25 0 12KB
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov