R/follow.R
follow_artists_or_users.RdAdd the current user as a follower of one or more artists or other Spotify users.
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 |