Method | Description | |
---|---|---|
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 |
验证当前登录用户
|
public GetMyFirstWeibo ( ) : PCRemote.Core.Entities.Weibo | ||
return | PCRemote.Core.Entities.Weibo |
public RemoveWeibo ( string weiboId ) : void | ||
weiboId | string | 微博Id |
return | void |
public SendComment ( string weiboId, string comment ) : void | ||
weiboId | string | 微博Id |
comment | string | 评论内容 |
return | void |
public SendWeiboWithPicture ( string weibo, string pic ) : void | ||
string | 微博内容 | |
pic | string | 图片本地地址 |
return | void |
public SinaWeiboService ( IWeiboClient weiboClient ) : System | ||
weiboClient | IWeiboClient | |
return | System |
public SinaWeiboService ( string accessToken, string accessTokenSecret ) : System | ||
accessToken | string | |
accessTokenSecret | string | |
return | System |
public VerifyCredentials ( ) : PCRemote.Core.Entities.WeiboUser | ||
return | PCRemote.Core.Entities.WeiboUser |