From cdaee85a19fbd62c8418f9c4a2f304325f57373b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 24 Oct 2024 18:12:41 +0200 Subject: [PATCH] spotify: README: add https://open.spotify.com/get_access_token Part-of: --- audio/spotify/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/audio/spotify/README.md b/audio/spotify/README.md index 3c02be92..03472594 100644 --- a/audio/spotify/README.md +++ b/audio/spotify/README.md @@ -10,10 +10,11 @@ to respect their legal/licensing restrictions. This plugin requires a [Spotify Premium](https://www.spotify.com/premium/) account. -Provide a Spotify access token with 'streaming' scope using the `access-token` property. Such a token can be obtained by completing -[Spotify's OAuth flow](https://developer.spotify.com/documentation/web-api/concepts/authorization) or using the facility on their -[Web SDK getting started guide](https://developer.spotify.com/documentation/web-playback-sdk/tutorials/getting-started). -A token can also be obtained using [librespot-oauth](https://github.com/librespot-org/librespot/blob/dev/oauth/examples/oauth.rs): +Provide a Spotify access token with 'streaming' scope using the `access-token` property. Such a token can be obtained by using either: +- [this webpage](https://open.spotify.com/get_access_token) for easy testing; +- [Spotify's OAuth flow](https://developer.spotify.com/documentation/web-api/concepts/authorization); +- the facility on their [Web SDK getting started guide](https://developer.spotify.com/documentation/web-playback-sdk/tutorials/getting-started); +- [librespot-oauth](https://github.com/librespot-org/librespot/blob/dev/oauth/examples/oauth.rs): ```console cargo install librespot-oauth --example oauth && oauth