check_me_following | R Documentation |
Check if the current user is following specific artists or users.
check_me_following(type, ids, authorization = get_spotify_authorization_code())
type |
Required. String of the ID type: either |
ids |
Required. A character vector of the artist or the user
Spotify IDs to check. For example: |
authorization |
Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details. Defaults to |
A data frame containing three columns, "type"
, the "id"
of the
artist or users and "is_following"
as a logical, boolean variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.