C# 클래스 SocialBootstrapApi.Logic.TwitterGateway

상속: ITwitterGateway
파일 보기 프로젝트 열기: ServiceStackApps/SocialBootstrapApi

공개 메소드들

메소드 설명
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