JMPerez / spotify-web-api-js

A client-side JS wrapper for the Spotify Web API
https://jmperezperez.com/spotify-web-api-js/
MIT License
1.86k stars 260 forks source link

How do i get my access token? #182

Closed ColdtQ closed 4 years ago

JMPerez commented 4 years ago

In order to get an access token you need to create an app and implement one of the authentication flows supported by Spotify's API. I would recommend you to check out https://developer.spotify.com/documentation/general/guides/authorization-guide/.