Follow/Unfollow User

Follow Users

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.

Unfollow Users

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.

Last updated