Twitterizer 2 Documentation
TwitterTimeline Class
NamespacesTwitterizerTwitterTimeline
Provides interaction with timelines
Declaration Syntax
C#Visual Basic
public static class TwitterTimeline
Public NotInheritable Class TwitterTimeline
Members
All MembersMethods



IconMemberDescription
FriendTimeline(OAuthTokens)
Obtains the authorized user's friends timeline.

FriendTimeline(OAuthTokens, TimelineOptions)
Obtains the authorized user's friends timeline.

HomeTimeline(OAuthTokens, TimelineOptions)
HomeTimeline(OAuthTokens)
HomeTimeline(TimelineOptions)
Mentions(OAuthTokens, TimelineOptions)
Returns the 20 most recent mentions (status containing @username) for the authenticating user.

Mentions(OAuthTokens)
Returns the 20 most recent mentions (status containing @username) for the authenticating user.

PublicTimeline()()()()
Gets the public timeline.

PublicTimeline(OAuthTokens)
Gets the public timeline.

PublicTimeline(OptionalProperties)
Gets the public timeline.

PublicTimeline(OAuthTokens, OptionalProperties)
Gets the public timeline.

RetweetedByMe(OAuthTokens, TimelineOptions)
Returns the 20 most recent retweets posted by the authenticating user.

RetweetedByMe(OAuthTokens)
Returns the 20 most recent retweets posted by the authenticating user.

RetweetedToMe(OAuthTokens, TimelineOptions)
Returns the 20 most recent retweets posted by the authenticating user's friends.

RetweetedToMe(OAuthTokens)
Returns the 20 most recent retweets posted by the authenticating user's friends.

RetweetsOfMe(OAuthTokens, RetweetsOfMeOptions)
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.

RetweetsOfMe(OAuthTokens)
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.

UserTimeline(OAuthTokens, UserTimelineOptions)
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.

UserTimeline(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.

UserTimeline(UserTimelineOptions)
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.

Inheritance Hierarchy
Object
TwitterTimeline

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