Methods
Method ID | Method Name |
---|---|
1 | Hello |
2 | PostContent |
3 | GetContent |
4 | Follow |
5 | UnfollowAllAndFollow |
6 | Unfollow |
7 | GetFollowing |
8 | GetFollower |
9 | GetNumFollowers |
10 | GetTimeline |
11 | DeleteContent |
12 | GetContentMulti |
13 | UpdateUserStatus |
14 | GetFriendUserStatuses |
15 | GetUserStatuses |
(1) Hello
Request
Type | Description |
---|---|
String | Unknown |
Response
This method does not return anything.
(2) PostContent
Request
Type | Name |
---|---|
SubscriberPostContentParam | param |
Response
Type | Name |
---|---|
Uint64 | contentId |
(3) GetContent
Request
Type | Name |
---|---|
SubscriberGetContentParam | param |
Response
Type | Name |
---|---|
List<SubscriberContent> | contents |
(11) DeleteContent
Request
Response
This method does not return anything.
(12) GetContentMulti
Request
Type | Name |
---|---|
List<SubscriberGetContentParam> | param |
Response
Type | Name |
---|---|
List<List<SubscriberContent>> | contents |
(13) UpdateUserStatus
Request
Type | Description |
---|---|
List<SubscriberUserStatusParam> | Param |
List<Uint8> | Unknown |
Response
This method does not return anything.
(14) GetFriendUserStatuses
Request
Type | Name | Description |
---|---|---|
List<Uint8> | keys | Up to 8 different integers between 0 and 7 |
Response
Type | Name |
---|---|
List<SubscriberUserStatusInfo> | infos |
(15) GetUserStatuses
Request
Response
Type | Name |
---|---|
List<SubscriberUserStatusInfo> | infos |
Types
SubscriberContent (Structure)
SubscriberGetContentParam (Structure)
Type | Name |
---|---|
String | topic |
Uint32 | size |
Uint32 | offset |
Uint64 | minimumContentId |
SubscriberPostContentParam (Structure)
SubscriberUserStatusParam (Structure)
Type | Description |
---|---|
qBuffer | Unknown |