Twitterizer 2 Documentation
TwitterTimelineAsync Class
NamespacesTwitterizerTwitterTimelineAsync

[Missing <summary> documentation for "T:Twitterizer.TwitterTimelineAsync"]

Declaration Syntax
C#Visual Basic
public static class TwitterTimelineAsync
Public NotInheritable Class TwitterTimelineAsync
Members
All MembersMethods



IconMemberDescription
FriendTimeline(OAuthTokens, TimelineOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Obtains the authorized user's friends timeline.

HomeTimeline(OAuthTokens, TimelineOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Homes the timeline.

Mentions(OAuthTokens, TimelineOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Returns the 20 most recent mentions (status containing @username) for the authenticating user.

PublicTimeline(OAuthTokens, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Gets the public timeline.

PublicTimeline(OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Gets the public timeline.

RetweetedByMe(OAuthTokens, TimelineOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Returns the 20 most recent retweets posted by the authenticating user.

RetweetedToMe(OAuthTokens, TimelineOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Returns the 20 most recent retweets posted by the authenticating user's friends.

RetweetsOfMe(OAuthTokens, RetweetsOfMeOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.

UserTimeline(OAuthTokens, UserTimelineOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
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
TwitterTimelineAsync

Assembly: Twitterizer2.Asynchronous (Module: Twitterizer2.Asynchronous) Version: 2.4.0.37902 (2.4.0.0)