Property | Type | Description | |
---|---|---|---|
DoubanInfo |
Method | Description | |
---|---|---|
AddComments ( String id, String text, CompleteHandler hanlder ) : void | ||
GetComments ( String id, int count, GetCommentsCompleteHandler handler ) : void | ||
GetFollowingUserList ( String id, GetFollowingUserListCompleteHandler handler ) : void | ||
GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void | ||
GetUserTimeLine ( String id, int count, GetUserTimeLineCompleteHandler handler ) : void | ||
IsAccessTokenOutOfDate ( ) : bool | ||
IsAccessTokenValid ( ) : bool | ||
LogOut ( ) : void | ||
PostStatusesWithPic ( String text, String path, CompleteHandler hanlder ) : void | ||
RefreshToken ( OAuth2LoginBack hander ) : void |
public AddComments ( String id, String text, CompleteHandler hanlder ) : void | ||
id | String | |
text | String | |
hanlder | CompleteHandler | |
return | void |
public GetComments ( String id, int count, GetCommentsCompleteHandler handler ) : void | ||
id | String | |
count | int | |
handler | GetCommentsCompleteHandler | |
return | void |
public GetFollowingUserList ( String id, GetFollowingUserListCompleteHandler handler ) : void | ||
id | String | |
handler | GetFollowingUserListCompleteHandler | |
return | void |
public GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void | ||
handler | GetUserInfoCompletedHandler | |
return | void |
public GetUserTimeLine ( String id, int count, GetUserTimeLineCompleteHandler handler ) : void | ||
id | String | |
count | int | |
handler | GetUserTimeLineCompleteHandler | |
return | void |
public PostStatusesWithPic ( String text, String path, CompleteHandler hanlder ) : void | ||
text | String | |
path | String | |
hanlder | CompleteHandler | |
return | void |
public RefreshToken ( OAuth2LoginBack hander ) : void | ||
hander | OAuth2LoginBack | |
return | void |