get_spotify_api_token: Gets a Spotify API token

Description Usage Arguments Value See Also

View source: R/get_spotify_api_token.R

Description

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

Usage

1
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


spotidy documentation built on March 16, 2021, 5:06 p.m.