Skip to main content
Use follower and following list APIs when you need to show people lists, pending requests, or accepted relationships. Results are paginated or live depending on the platform.
Status filters use accepted, pending, or all where the platform exposes them. TypeScript and Flutter support status filters on target-user follower/following builders. iOS and Android support status filters on the current user’s follower/following builders; use their target-user builders when you need another user’s accepted social graph without a status filter.

Parameters

Get Followers

Query followers when your UI needs a paginated people list for a user. The iOS and Android snippets use the current-user builders because those SDKs expose status filters there.

Get Following

Query following relationships when your UI needs the users a profile follows. The iOS snippet uses the current-user builder to show status filtering; the Android snippet uses the target-user builder for another user’s following list.

Follow Relationship Fields

Follow/Unfollow User

Change a relationship.

Connection Status

Read counts and status.

Accept/Decline Requests

Process pending followers.