C# 클래스 PCRemote.Core.SinaWeiboService

상속: IWeiboService
파일 보기 프로젝트 열기: terryso/PCRemote

공개 메소드들

메소드 설명
GetMyFirstWeibo ( ) : PCRemote.Core.Entities.Weibo

获取当前登录用户的第一条微博

RemoveWeibo ( string weiboId ) : void

移除一条微博

SendComment ( string weiboId, string comment ) : void

发送一条评论

SendWeibo ( string weibo ) : void

发送一条微博

SendWeiboWithPicture ( string weibo, string pic ) : void

发送一条带图片的微博

SinaWeiboService ( IWeiboClient weiboClient ) : System
SinaWeiboService ( string accessToken, string accessTokenSecret ) : System
VerifyCredentials ( ) : PCRemote.Core.Entities.WeiboUser

验证当前登录用户

메소드 상세

GetMyFirstWeibo() 공개 메소드

获取当前登录用户的第一条微博
public GetMyFirstWeibo ( ) : PCRemote.Core.Entities.Weibo
리턴 PCRemote.Core.Entities.Weibo

RemoveWeibo() 공개 메소드

移除一条微博
public RemoveWeibo ( string weiboId ) : void
weiboId string 微博Id
리턴 void

SendComment() 공개 메소드

发送一条评论
public SendComment ( string weiboId, string comment ) : void
weiboId string 微博Id
comment string 评论内容
리턴 void

SendWeibo() 공개 메소드

发送一条微博
public SendWeibo ( string weibo ) : void
weibo string 微博内容
리턴 void

SendWeiboWithPicture() 공개 메소드

发送一条带图片的微博
public SendWeiboWithPicture ( string weibo, string pic ) : void
weibo string 微博内容
pic string 图片本地地址
리턴 void

SinaWeiboService() 공개 메소드

public SinaWeiboService ( IWeiboClient weiboClient ) : System
weiboClient IWeiboClient
리턴 System

SinaWeiboService() 공개 메소드

public SinaWeiboService ( string accessToken, string accessTokenSecret ) : System
accessToken string
accessTokenSecret string
리턴 System

VerifyCredentials() 공개 메소드

验证当前登录用户
public VerifyCredentials ( ) : PCRemote.Core.Entities.WeiboUser
리턴 PCRemote.Core.Entities.WeiboUser