Returns the list of users followed by a user.
This method can be called without an access token.
Parameters
user_id
integer
(positive)
ID of the user whose subscriptions 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 subscriptions list for pagination.
count
integer
(1..1000)
How many subscriptions 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.