Method | Description | |
---|---|---|
AddMarkupToTweet ( string Tweet ) : string | ||
GetTwitterUser ( int CacheDuration, string TwitterName, string OptionalPassword ) : |
||
GetUpdates ( int CacheDuration, string TwitterName, int Limit, int PagingIndex ) : |
||
PostTweet ( string username, string password, string tweet ) : string |
Post an update to a Twitter acount
|
|
Tweet ( string ToTweet, string TwitterName, string Password ) : string |
Method | Description | |
---|---|---|
DoForAllMatches ( string Input, string Regex, Action |
||
ElementValueSingleOrDefault ( System.Xml.Linq.XElement element, string name ) : string | ||
GetDateTimeFromTwitterTime ( string Value ) : System.DateTime | ||
GetTwitterUserFromUserElement ( System.Xml.Linq.XElement u ) : |
||
ShortenURL ( string URL ) : string | ||
ShortenURLsForTweet ( string ToTweet ) : string |
public static AddMarkupToTweet ( string Tweet ) : string | ||
Tweet | string | |
return | string |
public static GetTwitterUser ( int CacheDuration, string TwitterName, string OptionalPassword ) : |
||
CacheDuration | int | |
TwitterName | string | |
OptionalPassword | string | |
return |
public static GetUpdates ( int CacheDuration, string TwitterName, int Limit, int PagingIndex ) : |
||
CacheDuration | int | |
TwitterName | string | |
Limit | int | |
PagingIndex | int | |
return |
public static PostTweet ( string username, string password, string tweet ) : string | ||
username | string | The username of the account |
password | string | The password of the account |
tweet | string | The status to post |
return | string |
public static Tweet ( string ToTweet, string TwitterName, string Password ) : string | ||
ToTweet | string | |
TwitterName | string | |
Password | string | |
return | string |