Provides interaction with the Twitter API to obtain and manage relationships between users.
| C# | Visual Basic |
public static class TwitterFriendship
Public NotInheritable Class TwitterFriendship
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Create(OAuthTokens, Decimal) |
Allows the authenticating users to follow the user specified in the userID parameter.
| |
| Create(OAuthTokens, Decimal, CreateFriendshipOptions) |
Allows the authenticating users to follow the user specified in the userID parameter.
| |
| Create(OAuthTokens, String) |
Allows the authenticating users to follow the user specified in the userName parameter.
| |
| Create(OAuthTokens, String, CreateFriendshipOptions) |
Allows the authenticating users to follow the user specified in the userName parameter.
| |
| Delete(OAuthTokens, Decimal) |
Allows the authenticating users to unfollow the user specified in the ID parameter.
| |
| Delete(OAuthTokens, Decimal, OptionalProperties) |
Allows the authenticating users to unfollow the user specified in the ID parameter.
| |
| Delete(OAuthTokens, String) |
Allows the authenticating users to unfollow the user specified in the ID parameter.
| |
| Delete(OAuthTokens, String, OptionalProperties) |
Allows the authenticating users to unfollow the user specified in the ID parameter.
| |
| Followers(OAuthTokens, FollowersOptions) |
Returns the authenticating user's followers, each with current status inline.
| |
| Followers(OAuthTokens) |
Returns the authenticating user's followers, each with current status inline.
| |
| Followers(FollowersOptions) |
Returns the authenticating user's followers, each with current status inline.
| |
| FollowersIds(OAuthTokens, UsersIdsOptions) |
Returns the numeric IDs for every user the specified user is following.
| |
| FollowersIds(OAuthTokens) |
Returns the numeric IDs for every user the specified user is following.
| |
| Friends(OAuthTokens, FriendsOptions) |
Returns a user's friends, each with current status inline. They are ordered by the order in which the user followed them, most recently followed first, 100 at a time.
| |
| Friends(OAuthTokens) |
Returns a user's friends, each with current status inline. They are ordered by the order in which the user followed them, most recently followed first, 100 at a time.
| |
| Friends(FriendsOptions) |
Returns a user's friends, each with current status inline. They are ordered by the order in which the user followed them, most recently followed first, 100 at a time.
| |
| FriendsIds(OAuthTokens, UsersIdsOptions) |
Returns the numeric IDs for every user the specified user is friends with.
| |
| FriendsIds(OAuthTokens) |
Returns the numeric IDs for every user the specified user is friends with.
| |
| IncomingRequests(OAuthTokens, IncomingFriendshipsOptions) |
Returns a collection of IDs for every user who has a pending request to follow the authenticating user.
| |
| IncomingRequests(OAuthTokens) |
Returns a collection of IDs for every user who has a pending request to follow the authenticating user.
| |
| OutgoingRequests(OAuthTokens, OutgoingFriendshipsOptions) |
Returns a collection of IDs for every protected user for whom the authenticating user has a pending follow request.
| |
| OutgoingRequests(OAuthTokens) |
Returns a collection of IDs for every protected user for whom the authenticating user has a pending follow request.
| |
| Show(OAuthTokens, Decimal) |
Returns detailed information about the relationship between two users.
| |
| Show(OAuthTokens, Decimal, OptionalProperties) |
Returns detailed information about the relationship between two users.
| |
| Show(OAuthTokens, Decimal, Decimal) |
Returns detailed information about the relationship between two users.
| |
| Show(OAuthTokens, Decimal, Decimal, OptionalProperties) |
Returns detailed information about the relationship between two users.
| |
| Show(OAuthTokens, String) |
Returns detailed information about the relationship between two users.
| |
| Show(OAuthTokens, String, OptionalProperties) |
Returns detailed information about the relationship between two users.
| |
| Show(OAuthTokens, String, String) |
Returns detailed information about the relationship between two users.
| |
| Show(OAuthTokens, String, String, OptionalProperties) |
Returns detailed information about the relationship between two users.
| |
| Show(Decimal, Decimal) |
Returns detailed information about the relationship between two users.
| |
| Show(String, String) |
Returns detailed information about the relationship between two users.
|
| Object | |
| TwitterFriendship | |