Python Microsoft Store API

0
10KB

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

Rechercher
Catégories
Lire la suite
Healthcare
Understanding Healthcare: A Comprehensive Overview
Healthcare is a vital component of society, encompassing a broad range of services aimed at...
Par Dacey Rankins 2024-10-15 17:58:39 0 14KB
Financial Services
Elasticity in the long run and short run
Key points In the market for goods and services, quantity supplied and quantity...
Par Mark Lorenzo 2023-02-17 16:48:50 0 13KB
Television
FOX 5, Live TV. Washington DC USA
We cover breaking news in Washington DC, Maryland & Virginia.Fox 5 or WTTG is an owned and...
Par Nikolai Pokryshkin 2022-09-17 08:05:15 0 29KB
Социальные проблемы
Афера. The Sting. (1973)
В 1930-е годы двое отпетых мошенников пытаются отомстить главарю мафии за смерть их общего друга...
Par Nikolai Pokryshkin 2023-01-24 08:52:46 0 28KB
Nature and Science
My Octopus Teacher (2020)
A filmmaker forges an unusual friendship with an octopus living in a South African kelp forest,...
Par Leonard Pokrovski 2023-07-12 20:39:24 0 26KB
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov