Is a persistent user-scoped token possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey everyone, I am building a feature on my website that would render my top ten played songs from the Get User's Top Items endpoint. Right now it's working fine with my Bearer hardcoded as an environment variable, however, as soon as that expires my app completely breaks. I was curious as to if there was something similar to Twitter that will allow an app to be scoped to a user (the user that creates the application) however the tokens don't expire and are server to server only (so no OAuth flow).
I noticed the client credentials flow https://developer.spotify.com/documentation/general/guides/authorization/client-credentials/ existed, but it has a heavy emphasis on not having any user scope so naturally I haven't given this a go.
Thank you and happy new year.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page