following_playlist: Check if Users Follow a Playlist Check to see if one or more...

Description Usage Arguments References Examples

View source: R/follow.R

Description

Check if Users Follow a Playlist Check to see if one or more Spotify users are following a specified playlist.

Usage

1
following_playlist(owner_id, playlist_id, ids, ...)

Arguments

owner_id

The Spotify user ID of the person who owns the playlist.

playlist_id

The Spotify ID of the playlist. Any playlist can be followed, regardless of its public/private status, as long as you know its playlist ID.

ids

Required. A comma-separated list of Spotify User IDs; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids.

References

API documentation

Examples

1
2
3
set_tokens()
user_auth()
following_playlist(owner_id = 'jmperezperez', playlist_id = '2v3iNvBX8Ay1Gt2uXtUKUT', ids='rweyant')

rweyant/spotifyr documentation built on May 28, 2019, 10:43 a.m.