Python Microsoft Store API

0
9χλμ.

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

Αναζήτηση
Κατηγορίες
Διαβάζω περισσότερα
Television
Tulalip Live TV. USA.
TULALIP TV provides programming to Tulalip Tribal members and households around Indian country....
από Nikolai Pokryshkin 2022-10-28 10:37:33 0 22χλμ.
Социальные проблемы
Афера. The Sting. (1973)
В 1930-е годы двое отпетых мошенников пытаются отомстить главарю мафии за смерть их общего друга...
από Nikolai Pokryshkin 2023-01-24 08:52:46 0 26χλμ.
Life Issues
Inception (2010)
A thief who steals corporate secrets through the use of dream-sharing technology is given the...
από Leonard Pokrovski 2022-11-12 20:59:30 0 20χλμ.
Природа и наука
Том и Джерри. Tom & Jerry. (2021)
Кайла, сотрудница престижного отеля, где обитает мышонок Джерри, рискующий нарушить ход дорогой...
από Nikolai Pokryshkin 2022-09-17 20:24:11 0 22χλμ.
Specific Substances
Nutrients & Health
Every cell in the body needs nutrients that come from food and the environment. The body breaks...
από Dacey Rankins 2024-04-23 19:03:20 0 13χλμ.
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov