check_me_following {tinyspotifyr} | R Documentation |
Check if Current User Follows Artists or Users
Description
Check if Current User Follows Artists or Users
Usage
check_me_following(type, ids, authorization = get_spotify_authorization_code())
Arguments
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 |
Value
Returns a list of results containing user following status.
[Package tinyspotifyr version 0.2.2 Index]