Check if Current User Follows 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 |