Adam Smith
Results
1
issues of
Adam Smith
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