C# Class Decchi.PublishingModule.Twitter.TwitterCommunicator

트위터와 통신을 담당하는 TwitterCommunicator를 정의합니다. 이 클래스는 싱글턴 패턴으로 설계되었습니다. DecchiCore.Instance를 통해 인스턴스에 접근할 수 있습니다. IDecchiPublisher 인터페이스를 상속받은 퍼블리셔 클래스입니다.
Inheritance: IDecchiPublisher
显示文件 Open project: Usagination/Decchi

Public Methods

Method Description
GetLastError ( ) : string
Login ( ) : bool
Publish ( SongInfo songinfo ) : bool

트윗을 게시합니다.

RefrashMe ( ) : TwitterUser

로그인된 유저 정보를 갱신하고, Me 객체를 반환합니다.

Method Details

GetLastError() public method

public GetLastError ( ) : string
return string

Login() public method

public Login ( ) : bool
return bool

Publish() public method

트윗을 게시합니다.
public Publish ( SongInfo songinfo ) : bool
songinfo SongInfo 트윗할 SongInfo 객체
return bool

RefrashMe() public method

로그인된 유저 정보를 갱신하고, Me 객체를 반환합니다.
public RefrashMe ( ) : TwitterUser
return TwitterUser