Returns the 20 most recent statuses posted by the authenticating user. It is also possible to request another user's timeline by using the screen_name or user_id parameter.
| C# | Visual Basic |
public static TwitterResponse<TwitterStatusCollection> UserTimeline( OAuthTokens tokens )
Public Shared Function UserTimeline ( _ tokens As OAuthTokens _ ) As TwitterResponse(Of TwitterStatusCollection)
- tokens (OAuthTokens)
- The oauth tokens.
A TwitterStatusCollection instance.