diff --git a/Friendica-API.md b/Friendica-API.md index 19c3ae5..a9ce0eb 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -6,6 +6,7 @@ Please refer to the linked documentation for further information. ### General #### Unsupported parameters +* cursor: Not implemented in StatusNet * trim_user: Not implemented in StatusNet * include_entities: Not implemented in StatusNet * contributor_details: Not implemented in StatusNet @@ -194,24 +195,22 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se ### help/test ### statuses/friends -#### not yet implemented -* cursor #### Unsupported parameters * user_id * screen_name * include_entities +* cursor Friendica doesn't allow showing friends of other users. ### statuses/followers -#### not yet implemented -* cursor #### Unsupported parameters * user_id * screen_name * include_entities +* cursor Friendica doesn't allow showing followers of other users. @@ -221,23 +220,23 @@ Friendica doesn't allow showing followers of other users. ### friends/ids #### not yet implemented -* cursor * stringify_ids #### Unsupported parameters * user_id * screen_name +* cursor Friendica doesn't allow showing friends of other users. ### followers/ids #### not yet implemented -* cursor * stringify_ids #### Unsupported parameters * user_id * screen_name +* cursor Friendica doesn't allow showing followers of other users.