The Follower/Following Lists feature provides comprehensive access to user relationship data through live collections. These lists enable you to build social features like follower displays, mutual connection discovery, and relationship management interfaces.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.
Live Collections
Real-time updated follower and following lists with automatic synchronization
Status Filtering
Filter lists by connection status: accepted, pending, or all relationships
Pagination Support
Efficient handling of large follower/following lists with built-in pagination
Key Features
List Types and Filtering
List Types and Filtering
Follower Lists
Retrieve users who are following a specific user, with status-based filtering
Following Lists
Get users that a specific user is following, including pending requests
Status-based Filtering
Filter by connection status: accepted connections or pending requests
Real-time Updates
Live collections automatically update when relationships change
Data Structure
Data Structure
Follow Relationship Object Properties:
sourceUser: The user who initiated the follow actiontargetUser: The user being followedstatus: Connection status (accepted, pending, blocked)createdAt: Timestamp when the relationship was createdupdatedAt: Timestamp of the last status change
Privacy and Access Control
Privacy and Access Control
- Own Lists: Full access to your follower/following lists
- Other User Lists: Access based on privacy settings
- Pending Requests: Only visible to relevant users
- Blocked Users: Automatically excluded from results
Get Followers List
Get Following List
Related Topics
Follow/Unfollow User
Learn how to implement basic follow and unfollow functionality
Connections & Counts
Check relationship status and connection counters between users
Accept/Decline Requests
Handle incoming follow requests with approval workflows