From 72c3afab685e302f5ca1b24ab6e7ff091ace6506 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Wed, 15 Jan 2014 11:50:51 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index 1ea35e6..ae421de 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -171,6 +171,22 @@ Please refer to the linked documentation for further information. * trim_user * contributor_details +### conversation/show +Unofficial Twitter command. It shows all direct answers (excluding the original post) to a given id. + +#### Parameters +* id: id of the post +* count: Items per page (default: 20) +* page: page number +* since_id: minimal id +* max_id: maximum id + +#### Unsupported parameters +* include_rts +* include_entities +* trim_user +* contributor_details + ### favorites #### Parameters * count: Items per page (default: 20) @@ -209,16 +225,6 @@ Friendica doesn't allow showing friends of other users. Friendica doesn't allow showing followers of other users. -### conversation/show -Unofficial Twitter command. It shows all answers to a given id. - -#### Parameters -* id: id of the conversation -* count: Items per page (default: 20) -* page: page number -* since_id: minimal id -* max_id: maximum id - ### statusnet/config ### statusnet/version