Twitterizer 2 Documentation
UserTimeline Method (tokens)
NamespacesTwitterizerTwitterTimelineUserTimeline(OAuthTokens)
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.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterStatusCollection> UserTimeline(
	OAuthTokens tokens
)
Public Shared Function UserTimeline ( _
	tokens As OAuthTokens _
) As TwitterResponse(Of TwitterStatusCollection)
Parameters
tokens (OAuthTokens)
The oauth tokens.
Return Value

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