Skip to content

Commit

Permalink
Document open_browser in getting started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sventec committed Jun 22, 2024
1 parent ce43826 commit 24795c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ can be used with a client with no other redirect URIs whitelisted.
Different privileges or `scopes` can be requested when authorising.
Below we'll retrieve a token that has every possible scope.
The script will open a web page prompting for a Spotify login.
To only display the authorization URI, without opening it in a browser,
set `open_browser` to `False` in `prompt_for_user_token`.
The user is then redirected back to the whitelisted redirect URI.
Paste the redirected URI in full to the shell to finalise token retrieval.

Expand Down

0 comments on commit 24795c7

Please sign in to comment.