Python Microsoft Store API

0
14K

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

Cerca
Categorie
Leggi tutto
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 45K
Flying Discs
Flying Discs - Discus Throwing
Dysk throwing is a discipline in athletics, consisting in throwing a special sports projectile -...
By FWhoop Xelqua 2023-02-08 17:21:27 0 20K
Drugs
Exploring the Recreational Use of Prescription Drugs: Balancing Benefits and Risks
Exploring the Recreational Use of Prescription Drugs: Balancing Benefits and Risks Introduction:...
By Leonard Pokrovski 2024-05-09 10:00:34 0 19K
Issues
Problem
Problema (ancient Greek: Problema) πρόβλημα - task, task) in a...
By FWhoop Xelqua 2023-04-19 17:27:03 0 16K
Business
How Do I Close a Negotiation Successfully?
Introduction: The Art of Closing a Negotiation Negotiation is often described as a journey, not...
By Dacey Rankins 2025-11-28 14:48:14 0 3K

BigMoney.VIP Powered by Hosting Pokrov