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

Inheritance: ITwitterService
Mostra file Open project: JordanRift/Grassroots

Public Methods

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.

Private Methods

Method Description
GetRelativeDate ( string jsonDate ) : string
LinkifyTweet ( string tweet ) : string

Method Details

GetTweets() public method

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.
return IEnumerable