C# Class SocialBootstrapApi.Logic.TwitterGateway

Inheritance: ITwitterGateway
Datei anzeigen Open project: ServiceStackApps/SocialBootstrapApi

Public Methods

Method 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 method

public CreateAuthroizedGateway ( ServiceStack.Auth.OAuthProvider authProvider, string accessToken, string accessTokenSecret ) : ITwitterGateway
authProvider ServiceStack.Auth.OAuthProvider
accessToken string
accessTokenSecret string
return ITwitterGateway

DownloadTwitterUsersByNames() public method

public DownloadTwitterUsersByNames ( IEnumerable screenNames ) : IEnumerable
screenNames IEnumerable
return IEnumerable

DownloadUsersByIds() public method

public DownloadUsersByIds ( IEnumerable userIds ) : IEnumerable
userIds IEnumerable
return IEnumerable

DownloadUsersFromUrl() public method

public DownloadUsersFromUrl ( string url, int skip, int take = null ) : List
url string
skip int
take int
return List

GetDirectMessages() public method

public GetDirectMessages ( string sinceId = null, string maxId = null, int take = null ) : List
sinceId string
maxId string
take int
return List

GetFollowers() public method

public GetFollowers ( string screenName, int skip, int take = null ) : List
screenName string
skip int
take int
return List

GetFollowers() public method

public GetFollowers ( ulong userId, int skip, int take = null ) : List
userId ulong
skip int
take int
return List

GetFriends() public method

public GetFriends ( string screenName, int skip, int take = null ) : List
screenName string
skip int
take int
return List

GetFriends() public method

public GetFriends ( ulong userId, int skip, int take = null ) : List
userId ulong
skip int
take int
return List

GetTimeline() public method

public GetTimeline ( string screenName, string sinceId = null, string maxId = null, int take = null ) : List
screenName string
sinceId string
maxId string
take int
return List

GetTweets() public method

public GetTweets ( string screenName, string sinceId = null, string maxId = null, int take = null ) : List
screenName string
sinceId string
maxId string
take int
return List