Creating playlist without any user interaction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm developing an app that creates customized playlists for users. This shouldn't require the user to log-in with his Spotify account, so the playlists should be public for anyone to access. As far as I know, the Spotify API doesn't allow creating playlists without assigning them to a user account, so I would need to create a "system" account that owns all the playlists.
This is a problem for us, because we cannot use Client Credentials Grant to authenticate the backend anymore. Authorization Code Grant requires user interaction, which is not useful for server-to-server auth. We could authenticate once and then use the refresh_token to keep that access_token alive, but that's just a workaround, and could cause problems eventually. I also noticed Spotify API doesn't support "Resource Owner Password Credentials Grant", so I'm running out of options here.
I'd like to ask if anyone knows a better way to accomplish what I'm trying to do, without any kind of user interaction (no log-in in a browser). Is that possible?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page