I keep getting Response status: 400 Bad Request when trying to authorize
Opened this issue · 1 comments
Faervan commented
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
Request { method: POST, uri: https://accounts.spotify.com/api/token, version: HTTP/1.1, headers: {"content-type": "application/x-www-form-urlencoded", "authorization": "Basic MyBase64String="}, body: "grant_type=client_credentials" }
Response status: 400 Bad Request