Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add top songs to scopes

vielle.dev 0287a802 a4152330

verified
+1 -1
+1 -1
src/pages/_callback.astro
··· 37 37 .catch((err) => console.error(err)); 38 38 } 39 39 40 - const href = `https://accounts.spotify.com/authorize?response_type=code&client_id=${SPOTIFY_CLIENT_ID}&scope=user-read-currently-playing&redirect_uri=${SPOTIFY_REDIRECT_URI}`; 40 + const href = `https://accounts.spotify.com/authorize?response_type=code&client_id=${SPOTIFY_CLIENT_ID}&scope=user-read-currently-playing user-top-read&redirect_uri=${SPOTIFY_REDIRECT_URI}`; 41 41 --- 42 42 43 43 <p>