From 50eb201b6520112bbe139a1523b67c73dda2121a Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 5 Jan 2014 04:40:36 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index 9c2ad39..970a860 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -221,7 +221,7 @@ Friendica doesn't allow showing followers of other users. ### friends/ids #### Parameters -* stringify_ids +* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) #### Unsupported parameters * user_id: id of the user @@ -232,7 +232,7 @@ Friendica doesn't allow showing friends of other users. ### followers/ids #### Parameters -* stringify_ids +* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) #### Unsupported parameters * user_id: id of the user @@ -245,7 +245,7 @@ Friendica doesn't allow showing followers of other users. #### Parameters * user_id: id of the user * screen_name: screen name (for technical reasons, this value is not unique!) -* text +* text: The message * replyto: ID of the replied direct message * title: Title of the direct message