Skip to main content

Follower Browse

Follower Browse

This page lists the filters and sorts the follower browse accepts. Refer to the main Api Browse methods page for how to send them.

NOTE A row is one follow: user is the account being followed and follow_user is the account following them.

NOTE The followers method sets user for you, so a cond sent with it narrows that list further rather than replacing it.

API methods using this browse

followers

Available browse filters

Send filters in the cond parameter as filter,value pairs, separated by ;

e.g. cond=user,1

FilterValueDescription
follow_useruser idOnly follows made by this user.
useruser idOnly follows of this user, i.e. the people following them.

Available browse sorts

Send a single sort in the sort parameter as name,order, where order is ASC or DESC.

e.g. sort=follow_date,DESC

SortDescription
follow_dateWhen the follow was made.
follow_userThe id of the user doing the following.
userThe id of the user who owns it.