Twitterizer 2 Documentation
FollowersIds Method (tokens)
NamespacesTwitterizerTwitterFriendshipFollowersIds(OAuthTokens)
Returns the numeric IDs for every user the specified user is following.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<UserIdCollection> FollowersIds(
	OAuthTokens tokens
)
Public Shared Function FollowersIds ( _
	tokens As OAuthTokens _
) As TwitterResponse(Of UserIdCollection)
Parameters
tokens (OAuthTokens)
The tokens.
Return Value
A TwitterListCollection instance.

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