Returns the authenticating user's followers, each with current status inline.
| C# | Visual Basic |
public static TwitterResponse<TwitterUserCollection> Followers( OAuthTokens tokens, FollowersOptions options )
Public Shared Function Followers ( _ tokens As OAuthTokens, _ options As FollowersOptions _ ) As TwitterResponse(Of TwitterUserCollection)
- tokens (OAuthTokens)
- The tokens.
- options (FollowersOptions)
- The options.
A TwitterStatusCollection instance.