I read through the docs and looked at the example, yet when I try to get my access_token, I keep getting Response status: 400 Bad Request.
What is wrong with my Request?
Request { method: POST, uri: https://accounts.spotify.com/api/token, version: HTTP/1.1, headers: {"authorization": "Basic MyBase64String="}, body: "grant_type=client_credentials" }
Response status: 400 Bad Request
I read through the docs and looked at the example, yet when I try to get my
access_token
, I keep gettingResponse status: 400 Bad Request
. What is wrong with my Request?