Description Usage Arguments Value Examples
View source: R/get_registration_url.R
Given scope, generate URL to register a new user using Authorizatino Flow.
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"))
|
scope |
List describing the kind of access being requested. |
URL that will request access to a user's Spotify data.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.