spotify-web-api-php icon indicating copy to clipboard operation
spotify-web-api-php copied to clipboard

A PHP wrapper for Spotify's Web API.

Results 6 spotify-web-api-php issues
Sort by recently updated
recently updated
newest added

Since about a year my scripts stop in the middle of my page with the curl transport error (see subject). I tried adding a sleep(1) command but it doesn't help...

question

I have a server-side app that auths using the Client Credential Flow i.e: $session = new SpotifyWebAPI\Session($this->clientId_,$this->clientSecret_); $session->requestCredentialsToken(); $this->accessToken_ = $session->getAccessToken(); I then attempt to read a normal user playlist...

question

I was just wondering whether you might be open to a change from using curl directly, to allowing an HTTP client to be optionally provided to the package? The primary...

I suddenly get an error when I'm deleting tracks. I didn't change any code or updated anything. Which makes me assume something changes on the side of Spotify (couldn't find...

Hello guys, My app is currently in dev mode under my developer.spotify account. Sometimes it happens that Spotify'servers no more respond to my requests, I guess that may be because...

When trying to delete track(s) using the `deletePlaylistTracks()` and supplying a `$snapshot_id` the Spotify API returns a 502 with "Error while loading resource" or "Invalid base62" Looking at the documentation,...