Is this comfortable with Client-Crediential-Flow #119
-
Currently I'm developing react, node.js application by integrating spotify api, I want to play music when users visit home page, and play another music when users visit another pages from any specific album(I have album id) automatically. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ClusterH You need an access token with user permissions for the player so that the Client Credential won't work. |
Beta Was this translation helpful? Give feedback.
Hey @ClusterH
You need an access token with user permissions for the player so that the Client Credential won't work.
And you can't use your account in several instances simultaneously. Check Spotify's docs for more information.