Twitterizer 2 Documentation
TwitterFriendshipAsync Class
NamespacesTwitterizerTwitterFriendshipAsync

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

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



IconMemberDescription
Create(OAuthTokens, String, CreateFriendshipOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Allows the authenticating users to follow the user specified in the userName parameter.

Delete(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>))
Allows the authenticating users to unfollow the user specified in the ID parameter.

FollowersIds(OAuthTokens, UsersIdsOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(UserIdCollection>)>>)>)>>))
Returns the numeric IDs for every user the specified user is following.

FollowersIds(OAuthTokens, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(UserIdCollection>)>>)>)>>))
Returns the numeric IDs for every user the specified user is following.

FriendsIds(OAuthTokens, UsersIdsOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(UserIdCollection>)>>)>)>>))
Returns the numeric IDs for every user the specified user is friends with.

FriendsIds(OAuthTokens, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(UserIdCollection>)>>)>)>>))
Returns the numeric IDs for every user the specified user is friends with.

Show(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterRelationship>)>>)>)>>))
Returns detailed information about the relationship between two users.

Inheritance Hierarchy
Object
TwitterFriendshipAsync

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