MikeJansen
MikeJansen

Reputation: 3476

Queue song on Spotify Player via Web API

Is there a way via the Spotify Web API to queue a song to a user's queue on their active device?

I don't want to play the song from a web page. I want to via a web page/server app call the Spotify Web API using the user credentials to add a track to their queue, which would play on their active Spotify device.

Upvotes: 0

Views: 1205

Answers (1)

arirawr
arirawr

Reputation: 1275

There is no endpoint for queue (you can track the feature request here)

There is an endpoint to play a track, which you can check out here.

Upvotes: 1

Related Questions