spotify-flask icon indicating copy to clipboard operation
spotify-flask copied to clipboard

Request data from Spotify API using flask with templates; or use a simple python api

Results 5 spotify-flask issues
Sort by recently updated
recently updated
newest added

Authentication didn't work for me, Spotify reported `INVALID_CLIENT: Invalid redirect URI`. Correcting the escaping of the redirect uri and removing extra slashes provides a working login for me.

All requests should be authenticated.

bug
help wanted

Great work on the app! It is retrieving the auth-token required information of 'profile_data' and 'recently-played' data fine, but loading up nothing for 'playlist-data'. Tried looking through everything and adding...

duplicate