isFollowingUser

suspend fun isFollowingUser(user: String): Boolean

Check to see if the current user is following another Spotify user.

Requires the SpotifyScope.USER_FOLLOW_READ scope

Api Reference

Return

Whether the current user is following user

Parameters

user

The user id or uri to check.

Throws

Sources

common source
Link copied to clipboard