C# 클래스 JordanRift.Grassroots.Framework.Services.TwitterService

상속: ITwitterService
파일 보기 프로젝트 열기: JordanRift/Grassroots

공개 메소드들

메소드 설명
GetTweets ( string twitterName, int count = 5 ) : IEnumerable

Will communicate with Twitter to fetch the latest "x" tweets based on the account name passed in.

비공개 메소드들

메소드 설명
GetRelativeDate ( string jsonDate ) : string
LinkifyTweet ( string tweet ) : string

메소드 상세

GetTweets() 공개 메소드

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.
리턴 IEnumerable