Twitterizer 2 Documentation
Followers Method (tokens, options)
NamespacesTwitterizerTwitterFriendshipFollowers(OAuthTokens, FollowersOptions)
Returns the authenticating user's followers, each with current status inline.
Declaration Syntax
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)
Parameters
tokens (OAuthTokens)
The tokens.
options (FollowersOptions)
The options.
Return Value

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)