Get Spotify Access Token
This function creates a Spotify access token.
get_spotify_access_token(
client_id = Sys.getenv("SPOTIFY_CLIENT_ID"),
client_secret = Sys.getenv("SPOTIFY_CLIENT_SECRET")
)client_id |
Defaults to System Environment variable "SPOTIFY_CLIENT_ID" |
client_secret |
Defaults to System Environment variable "SPOTIFY_CLIENT_SECRET" |
Returns an environment with access token data.
## Not run: get_spotify_access_token() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.