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
In the Getting Started section of the docs, there is a tip which says:
For a quick test, head over to the Spotify Developer Console and generate an access token with the required scopes!
The link is to the get-album API call, not to any sort of Developer Console. I don't know what the console is or was, but there is a "Developer Dashboard" here:
That doesn't do anything but prompt to create a new app. Is the Developer Console something else? Gone completely? Hmm, looks like maybe all of that is explained at the URL below. Create an app (pointed to localhost) and get the token from there...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the Getting Started section of the docs, there is a tip which says:
The link is to the
get-album
API call, not to any sort of Developer Console. I don't know what the console is or was, but there is a "Developer Dashboard" here:https://developer.spotify.com/dashboard
That doesn't do anything but prompt to create a new app. Is the Developer Console something else? Gone completely? Hmm, looks like maybe all of that is explained at the URL below. Create an app (pointed to localhost) and get the token from there...
https://developer.spotify.com/documentation/web-api/tutorials/getting-started
Edit: Or not ... further into those docs, the only way to get the token is via API calls:
https://developer.spotify.com/documentation/web-api/tutorials/getting-started#request-an-access-token
I mean it's
curl
so it isn't that hard, but it's not obvious from this project's Getting Started doc...Beta Was this translation helpful? Give feedback.
All reactions