Returns the list of a user’s followers.
This method can be called without an access token.
Parameters
user_id
integer
(positive)
ID of the user whose followers you’re requesting. If the method is called with an access token, defaults to the current user’s ID. Required if no token is used.
fields
string
Comma-separated list of user profile fields to be returned.
offset
integer
(non-negative)
Offset into the user’s followers list for pagination.
count
integer
(1..1000)
How many followers to return.
By default 100.
Result
If any fields were passed, returns a paginated list of user objects. Otherwise, returns a paginated list of user IDs.