Twitterizer 2 Documentation
Friends Method (tokens, options)
NamespacesTwitterizerTwitterFriendshipFriends(OAuthTokens, FriendsOptions)
Returns a user's friends, each with current status inline. They are ordered by the order in which the user followed them, most recently followed first, 100 at a time.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterUserCollection> Friends(
	OAuthTokens tokens,
	FriendsOptions options
)
Public Shared Function Friends ( _
	tokens As OAuthTokens, _
	options As FriendsOptions _
) As TwitterResponse(Of TwitterUserCollection)
Parameters
tokens (OAuthTokens)
The tokens.
options (FriendsOptions)
The options.
Return Value
A TwitterUserCollection instance.
Remarks
Please note that the result set isn't guaranteed to be 100 every time as suspended users will be filtered out.

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