From d914bf946e63b4ccf27493d9bf33b7ff9572c39d Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Wed, 15 Jan 2014 11:48:40 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Friendica-API.md b/Friendica-API.md index e0baa42..1ea35e6 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -209,6 +209,16 @@ 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