From 142dd60e8e431abe05c729c83cdf0c4cf448cb95 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 5 Jan 2014 01:55:11 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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.