-
Notifications
You must be signed in to change notification settings - Fork 6
Spotify
Blake C edited this page Apr 18, 2024
·
4 revisions
NOTE: None of this is actually used in any way... it is here to document what was tried and later abandoned
We are using spotipy to access Spotify's API https://spotipy.readthedocs.io/en/2.22.1/#getting-started
Currently we are using the user-read-playback-position scope for Spotify API access
- Scopes are not necessary to work with the API, but they let our users know exactly what information we are getting from Spotify
We are using the oauth2 Client Credentials Flow Manager
- This flow manager is recommended for long running server systems
For info on audio features see: https://developer.spotify.com/documentation/web-api/reference/get-audio-features