Description Usage Arguments Value
Add the current user as a follower of one or more artists or other Spotify users.
1 2 3 4 5 | follow_artists_or_users(
type,
ids,
authorization = get_spotify_authorization_code()
)
|
type |
Required. The ID type: either |
ids |
Optional. A character vector of the artist or the user Spotify IDs. For example: |
authorization |
Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details. Defaults to |
No return value. User's account follows another on Spotify.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.