C# Class SocialBootstrapApi.Logic.TwitterGateway

Inheritance: ITwitterGateway
Afficher le fichier Open project: ServiceStackApps/SocialBootstrapApi

Méthodes publiques

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

Method Details

CreateAuthroizedGateway() public méthode

public CreateAuthroizedGateway ( ServiceStack.Auth.OAuthProvider authProvider, string accessToken, string accessTokenSecret ) : ITwitterGateway
authProvider ServiceStack.Auth.OAuthProvider
accessToken string
accessTokenSecret string
Résultat ITwitterGateway

DownloadTwitterUsersByNames() public méthode

public DownloadTwitterUsersByNames ( IEnumerable screenNames ) : IEnumerable
screenNames IEnumerable
Résultat IEnumerable

DownloadUsersByIds() public méthode

public DownloadUsersByIds ( IEnumerable userIds ) : IEnumerable
userIds IEnumerable
Résultat IEnumerable

DownloadUsersFromUrl() public méthode

public DownloadUsersFromUrl ( string url, int skip, int take = null ) : List
url string
skip int
take int
Résultat List

GetDirectMessages() public méthode

public GetDirectMessages ( string sinceId = null, string maxId = null, int take = null ) : List
sinceId string
maxId string
take int
Résultat List

GetFollowers() public méthode

public GetFollowers ( string screenName, int skip, int take = null ) : List
screenName string
skip int
take int
Résultat List

GetFollowers() public méthode

public GetFollowers ( ulong userId, int skip, int take = null ) : List
userId ulong
skip int
take int
Résultat List

GetFriends() public méthode

public GetFriends ( string screenName, int skip, int take = null ) : List
screenName string
skip int
take int
Résultat List

GetFriends() public méthode

public GetFriends ( ulong userId, int skip, int take = null ) : List
userId ulong
skip int
take int
Résultat List

GetTimeline() public méthode

public GetTimeline ( string screenName, string sinceId = null, string maxId = null, int take = null ) : List
screenName string
sinceId string
maxId string
take int
Résultat List

GetTweets() public méthode

public GetTweets ( string screenName, string sinceId = null, string maxId = null, int take = null ) : List
screenName string
sinceId string
maxId string
take int
Résultat List