Follow/Unfollow User
Last updated
Last updated
To follow other users using our SDK, the process is straightforward and easy to use. Simply pass the userId
of the user you want to follow, and our SDK will handle the rest.
Once you have identified the user you wish to follow, you can use our SDK's followUser
method to initiate the follow request. The method will handle the request process, whether it requires the target user's acceptance or not, depending on the connection method setting.
To unfollow a user, simply call the unfollowUser
method with the userId
of the user you wish to unfollow. The method will handle the unfollow process, removing the connection between the two users and updating the following and follower counters accordingly.