Twitterizer 2 Documentation
TwitterListAsync Class
NamespacesTwitterizerTwitterListAsync

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

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



IconMemberDescription
AddMember(OAuthTokens, String, String, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterList>)>>)>)>>))
Add a member to a list. The authenticated user must own the list to be able to add members to it. Lists are limited to having 500 members.

CheckMembership(OAuthTokens, String, String, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Check if a user is a member of the specified list.

Delete(OAuthTokens, String, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterList>)>>)>)>>))
Deletes the specified list. Must be owned by the authenticated user.

GetList(OAuthTokens, String, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterList>)>>)>)>>))
Show the specified list. Private lists will only be shown if the authenticated user owns the specified list.

GetLists(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterListCollection>)>>)>)>>))
List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user who's lists are being returned.

GetMembers(OAuthTokens, String, String, GetListMembersOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUserCollection>)>>)>)>>))
Returns the members of the specified list.

GetMemberships(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterListCollection>)>>)>)>>))
List the lists the specified user has been added to.

GetStatuses(OAuthTokens, String, String, ListStatusesOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterStatusCollection>)>>)>)>>))
Show tweet timeline for members of the specified list.

GetSubscriptions(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterListCollection>)>>)>)>>))
List the lists the specified user follows.

New(OAuthTokens, String, String, Boolean, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterList>)>>)>)>>))
Creates a new list for the authenticated user. Accounts are limited to 20 lists.

RemoveMember(OAuthTokens, String, String, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterList>)>>)>)>>))
Removes the specified member from the list. The authenticated user must be the list's owner to remove members from the list.

Update(OAuthTokens, String, String, UpdateListOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterList>)>>)>)>>))
Updates the specified list.

Inheritance Hierarchy
Object
TwitterListAsync

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