get_registration_url: Get Registration URL

Description Usage Arguments Value Examples

View source: R/get_registration_url.R

Description

Given scope, generate URL to register a new user using Authorizatino Flow.

Usage

1
2
3
get_registration_url(scope = c("playlist-read-collaborative",
  "user-library-read", "user-follow-read", "user-read-email",
  "user-read-private", "user-top-read"))

Arguments

scope

List describing the kind of access being requested.

Value

URL that will request access to a user's Spotify data.

Examples

1

jeremydmorris/spotifyconnect documentation built on May 20, 2019, 5:21 p.m.