The TwitterFavorite class. Provides static methods for manipulating favorite tweets.
| C# | Visual Basic |
[SerializableAttribute] public sealed class TwitterFavorite : TwitterObject
<SerializableAttribute> _ Public NotInheritable Class TwitterFavorite _ Inherits TwitterObject
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Create(OAuthTokens, Decimal, OptionalProperties) |
Favorites the status specified in the ID parameter as the authenticating user.
| |
| Create(OAuthTokens, Decimal) |
Favorites the status specified in the ID parameter as the authenticating user.
| |
| Delete(OAuthTokens, Decimal, OptionalProperties) |
Un-favorites the status specified in the ID parameter as the authenticating user.
| |
| Delete(OAuthTokens, Decimal) |
Un-favorites the status specified in the ID parameter as the authenticating user.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| List(OAuthTokens, ListFavoritesOptions) |
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
| |
| List(OAuthTokens) |
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
| |
| List(ListFavoritesOptions) |
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| TwitterObject | ||
| TwitterFavorite | ||