C# Класс SocialBootstrapApi.Logic.TwitterGateway

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

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

Метод Описание
CreateAuthroizedGateway ( ServiceStack.Auth.OAuthProvider authProvider, string accessToken, string accessTokenSecret ) : ITwitterGateway
DownloadTwitterUsersByNames ( IEnumerable screenNames ) : IEnumerable
DownloadUsersByIds ( IEnumerable userIds ) : IEnumerable
DownloadUsersFromUrl ( string url, int skip, int take = null ) : List
GetDirectMessages ( string sinceId = null, string maxId = null, int take = null ) : List
GetFollowers ( string screenName, int skip, int take = null ) : List
GetFollowers ( ulong userId, int skip, int take = null ) : List
GetFriends ( string screenName, int skip, int take = null ) : List
GetFriends ( ulong userId, int skip, int take = null ) : List
GetTimeline ( string screenName, string sinceId = null, string maxId = null, int take = null ) : List
GetTweets ( string screenName, string sinceId = null, string maxId = null, int take = null ) : List

Описание методов

CreateAuthroizedGateway() публичный Метод

public CreateAuthroizedGateway ( ServiceStack.Auth.OAuthProvider authProvider, string accessToken, string accessTokenSecret ) : ITwitterGateway
authProvider ServiceStack.Auth.OAuthProvider
accessToken string
accessTokenSecret string
Результат ITwitterGateway

DownloadTwitterUsersByNames() публичный Метод

public DownloadTwitterUsersByNames ( IEnumerable screenNames ) : IEnumerable
screenNames IEnumerable
Результат IEnumerable

DownloadUsersByIds() публичный Метод

public DownloadUsersByIds ( IEnumerable userIds ) : IEnumerable
userIds IEnumerable
Результат IEnumerable

DownloadUsersFromUrl() публичный Метод

public DownloadUsersFromUrl ( string url, int skip, int take = null ) : List
url string
skip int
take int
Результат List

GetDirectMessages() публичный Метод

public GetDirectMessages ( string sinceId = null, string maxId = null, int take = null ) : List
sinceId string
maxId string
take int
Результат List

GetFollowers() публичный Метод

public GetFollowers ( string screenName, int skip, int take = null ) : List
screenName string
skip int
take int
Результат List

GetFollowers() публичный Метод

public GetFollowers ( ulong userId, int skip, int take = null ) : List
userId ulong
skip int
take int
Результат List

GetFriends() публичный Метод

public GetFriends ( string screenName, int skip, int take = null ) : List
screenName string
skip int
take int
Результат List

GetFriends() публичный Метод

public GetFriends ( ulong userId, int skip, int take = null ) : List
userId ulong
skip int
take int
Результат List

GetTimeline() публичный Метод

public GetTimeline ( string screenName, string sinceId = null, string maxId = null, int take = null ) : List
screenName string
sinceId string
maxId string
take int
Результат List

GetTweets() публичный Метод

public GetTweets ( string screenName, string sinceId = null, string maxId = null, int take = null ) : List
screenName string
sinceId string
maxId string
take int
Результат List