The Follow/Unfollow User functionality is the core mechanism for establishing and managing relationships between users in your social platform. This feature enables users to connect with others, creating networks that drive content discovery, engagement, and community building.Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.
Instant Connections
Create meaningful connections between users with simple follow/unfollow actions
Request Management
Support both direct following and request-based workflows
You can follow any user by their user ID. The SDK will handle whether the follow is direct or request-based, depending on your network configuration.
Product Behavior
- If direct following is enabled, the connection is established instantly.
- If request-based following is enabled, the target user must accept the request before the connection is established.
- The follow status can be:
accepted,pending,none, orblocked.
Follow User
TypeScript
Unfollow User
Unfollowing a user is immediate and does not require confirmation from the other user. The connection is removed and counters are updated.
Related Topics
Accept/Decline Requests
Handle incoming follow requests with approval workflows
Connections & Counts
Check relationship status and connection counters between users
Follower Lists
Retrieve and display follower and following lists for users