following List By Screen Name
fun Friends.followingListByScreenName( screenName: String, count: Int? = null, vararg options: Option): CursorJsonObjectApiAction<CursorUsers, User>
Content copied to clipboard
Returns users who follows specific user.
Receiver
Friends endpoint instance.
Return
CursorJsonObjectApiAction for CursorUsers model.
See also
Parameters
screen Name
The screen name of the user for whom to return results.
count
The number of users to return per page, up to a maximum of 200.
options
Optional. Custom parameters of this request.