How can I get an oauth2 access_token using Python
问题 For a project someone gave me this data that I have used in Postman for testing purposes: In Postman this works perfectly. Auth URL: https://api.example.com/oauth/access_token Access Token URL: https://api.example.com/access_token client ID: abcde client secret: 12345 Token name: access_token Grant type: Client Credentials All I need is to get back the access token. Once, I got the access token I can continue. I have already tried several Python packages and some custom code, but somehow this