isFollowingUserRestAction

fun isFollowingUserRestAction(user: String): SpotifyRestAction<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

(source)
Link copied to clipboard