-
https://developer.spotify.com/documentation/web-playback-sdk
https://www.npmjs.com/package/@types/spotify-web-playback-sdk
-
-
Hi there, Great package. Thanks for all your work.
The example doesn't work in Safari on a Mac or on iOS for me. The track immediately pauses? Not sure if this is a known issue with the SDK or not.
-
Well i was trying to implement spotify web sdk on react 18 ( with next 13 and others recent package). i spent an afternoon trying to debug error like
```
Failed to execute 'postMessage' on 'DOMWind…
-
spotify doesn't support username/password anymore but needs OAuth
- see phoniebox issue: https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/2429
- see mopidy issue: https://github.com/mopidy/mopi…
-
A change must have been made to the Add Item to Playback Queue api endpoint as it now returns text, just the track id, and this library makes the assumption that all endpoints return valid json. This …
-
Hey there!
I was wondering if it's possible to follow playback updates such as the currently playing song and song progress with the Web SDK without being the actively playing device, the way regular…
-
I was reading https://developer.spotify.com/documentation/web-playback-sdk/quick-start/# and it seems that you can use the "Web Playback SDK access token" as a token to connect to the spotify websocke…
-
In official Spotify API [documents ](https://developer.spotify.com/documentation/web-playback-sdk/reference#ready) there is Web Playback sdk that uses window.onSpotifyWebPlaybackSDKReady.
I tried …
-
Issue found on *DATE*.
#### Scope(s):
Hi,
I am trying to make work the basic example of Web Playback SDK (https://developer.spotify.com/documentation/web-playback-sdk/quick-start/).
It…