C# Class JordanRift.Grassroots.Framework.Services.TwitterService

Inheritance: ITwitterService
Afficher le fichier Open project: JordanRift/Grassroots

Méthodes publiques

Méthode 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.

Private Methods

Méthode Description
GetRelativeDate ( string jsonDate ) : string
LinkifyTweet ( string tweet ) : string

Method Details

GetTweets() public méthode

Will communicate with Twitter to fetch the latest "x" tweets based on the account name passed in.
public GetTweets ( string twitterName, int count = 5 ) : IEnumerable
twitterName string Twitter name
count int Number of tweets to get.
Résultat IEnumerable