get_spotify_api_token {spotidy}R Documentation

Gets a Spotify API token

Description

Gets an OAuth2.0 token to connect with the Spotify API.

Usage

get_spotify_api_token(client_id, client_secret)

Arguments

client_id

Your client id. Required.

client_secret

Your client secret. Required.

Value

In case the request succeeded, a token to connect with the Spotify API. On failure, a message indicating that authentication failed.

See Also

The vignette Connecting-with-the-Spotify-API


[Package spotidy version 0.1.0 Index]