diff --git a/src/Auth/OAuth/Spotify.php b/src/Auth/OAuth/Spotify.php index 44854fbb49..84cd9d0151 100644 --- a/src/Auth/OAuth/Spotify.php +++ b/src/Auth/OAuth/Spotify.php @@ -138,7 +138,7 @@ class Spotify extends OAuth { if (empty($this->user)) { $this->user = json_decode($this->request('GET', - $this->resourceEndpoint, ['Authorization: Bearer '.urlencode($accessToken)]), true); + $this->resourceEndpoint . "me", ['Authorization: Bearer '.urlencode($accessToken)]), true); } return $this->user;