Python Microsoft Store API

0
12K

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

Buscar
Categorías
Read More
Телевидение
TV BRICS. Россия - Индия. Прямое вещание на Русском и Английском.
TV BRICS он лайн телевидение. Россия - Индия. Потенциальная аудитория 7,5 млн человек. Сделать...
By Nikolai Pokryshkin 2022-12-12 20:36:10 0 29K
Social Issues
Rose Island. (2020)
An idealistic engineer builds his own island off the Italian coast and declares it a nation,...
By Leonard Pokrovski 2022-10-06 12:58:41 0 26K
Business
What is a Startup?
A startup is a newly established company created to develop and bring to market a unique product...
By Dacey Rankins 2025-02-28 16:08:47 0 6K
Social Issues
The Forever Purge (2021)
All the rules are broken as a sect of lawless marauders decides that the annual Purge does not...
By Leonard Pokrovski 2022-09-11 19:54:57 0 29K
Mental Health
Autism Diagnosis: Prognosis and Developmental Course
There is currently no evidence of a cure for autism. The degree of symptoms can decrease,...
By Kelsey Rodriguez 2023-03-20 18:31:08 0 11K

BigMoney.VIP Powered by Hosting Pokrov