You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: