Twitterizer 2 Documentation
TwitterFavorite Class
NamespacesTwitterizerTwitterFavorite
The TwitterFavorite class. Provides static methods for manipulating favorite tweets.
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
public sealed class TwitterFavorite : TwitterObject
<SerializableAttribute> _
Public NotInheritable Class TwitterFavorite _
	Inherits TwitterObject
Members
All MembersMethods



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TwitterObject
 TwitterFavorite

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)