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.
| 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)
- tokens (OAuthTokens)
- The tokens.
- options (FriendsOptions)
- The options.
A TwitterUserCollection instance.
Please note that the result set isn't guaranteed to be 100 every time as suspended users will be filtered out.