C# Класс JordanRift.Grassroots.Framework.Services.TwitterService

Наследование: ITwitterService
Показать файл Открыть проект

Открытые методы

Метод Описание
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