From 7371411996fd4179b9ebe43b7895db860eef0777 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Tue, 10 Apr 2018 23:22:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Update=20link=20to=20API=20conso?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/spotify-backupper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/spotify-backupper b/bin/spotify-backupper index 9d8dfb6..1594d93 100755 --- a/bin/spotify-backupper +++ b/bin/spotify-backupper @@ -60,7 +60,7 @@ $backupStorage = $backupStorageFactory->createStorage($cli['storage'] ?: 'local' if (getenv('SPOTIFY_ACCESS_TOKEN') === false) { echo sprintf('Please set your Spotify access token in the environment variable "SPOTIFY_ACCESS_TOKEN".') . PHP_EOL; - echo 'You can generate an access token here: https://developer.spotify.com/web-api/console/get-current-user-playlists/' . PHP_EOL; + echo 'You can generate an access token here: https://beta.developer.spotify.com/console/get-current-user-saved-tracks/' . PHP_EOL; echo '1. Click "GET OAUTH TOKEN".' . PHP_EOL; echo '2. Click "REQUEST TOKEN" with the required scopes: playlist-read-private, playlist-read-collaborative & user-library-read.' . PHP_EOL; exit(1);