get_spotify_api_token {spotidy} | R Documentation |
Gets an OAuth2.0 token to connect with the Spotify API.
get_spotify_api_token(client_id, client_secret)
client_id |
Your client id. Required. |
client_secret |
Your client secret. Required. |
In case the request succeeded, a token to connect with the Spotify API. On failure, a message indicating that authentication failed.
The vignette Connecting-with-the-Spotify-API