firstfm-ios
firstfm-ios copied to clipboard
Spotify API Token doesn't work
hello! im trying to build the app, but in the documentation the api key stuff isn't clear. on spotify, i have a client key, and a secret, but no api key, and im not sure how to get it. in the documentation it says: "Create a Spotify app and get the keys on the Spotify developer dashboard.
Fill SPOTIFY_API_TOKEN in firstfm/Config/Secrets.xcconfig." It says keys, but theres no api key. only the client and the secret.
i just need help finding what the api token is, many thanks!
Documentation is your friend, child: https://developer.spotify.com/documentation/web-api/tutorials/getting-started
curl -X POST "https://accounts.spotify.com/api/token" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d "grant_type=client_credentials&client_id=your-client-id&client_secret=your-client-secret"