Method | Description | |
---|---|---|
GetTweets ( string twitterName, int count = 5 ) : IEnumerable |
Will communicate with Twitter to fetch the latest "x" tweets based on the account name passed in.
|
Method | Description | |
---|---|---|
GetRelativeDate ( string jsonDate ) : string | ||
LinkifyTweet ( string tweet ) : string |
public GetTweets ( string twitterName, int count = 5 ) : IEnumerable |
||
twitterName | string | Twitter name |
count | int | Number of tweets to get. |
return | IEnumerable |