Returns the numeric IDs for every user the specified user is following.
| C# | Visual Basic |
public static TwitterResponse<UserIdCollection> FollowersIds( OAuthTokens tokens )
Public Shared Function FollowersIds ( _ tokens As OAuthTokens _ ) As TwitterResponse(Of UserIdCollection)
- tokens (OAuthTokens)
- The tokens.
A TwitterListCollection instance.