Can’t get a refreshed access_token using spotify api and laravel
First time using HTTP Client and Spotify API in Laravel. The first step is to get a code by visiting https://accounts.spotify.com/authorize?client_id=c1990...deed3&response_type=code&redirect_uri=http%3A%2F%2Fexample.test%2F&scope=user-read-currently-playing%20user-top-read I then copy the code from the url after being redirected. Then using curl - curl -H "Authorization: Basic…