Learn R Programming

spotifyr (version 2.1.3)

get_spotify_authorization_code: Get Spotify Authorization Code

Description

This function creates a Spotify authorization code.

Usage

get_spotify_authorization_code(
  client_id = Sys.getenv("SPOTIFY_CLIENT_ID"),
  client_secret = Sys.getenv("SPOTIFY_CLIENT_SECRET"),
  scope = spotifyr::scopes
)

Arguments

client_id

Defaults to System Envioronment variable "SPOTIFY_CLIENT_ID"

client_secret

Defaults to System Envioronment variable "SPOTIFY_CLIENT_SECRET"

scope

Space delimited string of spotify scopes, found here: https://developer.spotify.com/documentation/general/guides/scopes/. All scopes are selected by default

Examples

Run this code
# NOT RUN {
## get_spotify_authorization_code()
# }

Run the code above in your browser using DataLab