Method | Description | |
---|---|---|
Block ( decimal asshole ) : bool | ||
GetMentions ( ) : Twitterizer.TwitterStatusCollection | ||
GetMessages ( ) : TwitterDirectMessageCollection | ||
GetPublicTimeline ( ) : TwitterStatusCollection | ||
GetRetweetsOfMe ( ) : TwitterStatusCollection | ||
GetTimelineHome ( ) : Twitterizer.TwitterStatusCollection | ||
GetTweets ( ) : TwitterStatusCollection | ||
GetUser ( string _UserName ) : Twitterizer.TwitterUser | ||
Reply ( decimal Id, string tweet ) : void | ||
Report ( decimal personID ) : bool | ||
Retweet ( decimal id ) : void | ||
SendTweet ( string tweet ) : void | ||
TwitterInteraction ( |
||
favorite ( decimal Id ) : void | ||
unfavorite ( decimal Id ) : void |
public GetMentions ( ) : Twitterizer.TwitterStatusCollection | ||
return | Twitterizer.TwitterStatusCollection |
public GetMessages ( ) : TwitterDirectMessageCollection | ||
return | TwitterDirectMessageCollection |
public GetPublicTimeline ( ) : TwitterStatusCollection | ||
return | TwitterStatusCollection |
public GetRetweetsOfMe ( ) : TwitterStatusCollection | ||
return | TwitterStatusCollection |
public GetTimelineHome ( ) : Twitterizer.TwitterStatusCollection | ||
return | Twitterizer.TwitterStatusCollection |
public GetTweets ( ) : TwitterStatusCollection | ||
return | TwitterStatusCollection |
public GetUser ( string _UserName ) : Twitterizer.TwitterUser | ||
_UserName | string | |
return | Twitterizer.TwitterUser |
public Reply ( decimal Id, string tweet ) : void | ||
Id | decimal | |
tweet | string | |
return | void |
public TwitterInteraction ( |
||
_oauth | ||
return | System |