From 9e4b22ad86026c43a4976023c6f9596109d9fdaf Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 5 Jan 2014 04:43:22 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index 6ec34fd..d9b77a3 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -185,8 +185,8 @@ Please refer to the linked documentation for further information. * max_id: maximum id #### Unsupported parameters -* user_id: id of the user -* screen_name: screen name (for technical reasons, this value is not unique!) +* user_id +* screen_name * include_entities Favorites aren't displayed to other users, so "user_id" and "screen_name". So setting this value will result in an empty array. @@ -198,8 +198,8 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se ### statuses/friends #### Unsupported parameters -* user_id: id of the user -* screen_name: screen name (for technical reasons, this value is not unique!) +* user_id +* screen_name * include_entities * cursor @@ -208,8 +208,8 @@ Friendica doesn't allow showing friends of other users. ### statuses/followers #### Unsupported parameters -* user_id: id of the user -* screen_name: screen name (for technical reasons, this value is not unique!) +* user_id +* screen_name * include_entities * cursor @@ -224,8 +224,8 @@ Friendica doesn't allow showing followers of other users. * stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) #### Unsupported parameters -* user_id: id of the user -* screen_name: screen name (for technical reasons, this value is not unique!) +* user_id +* screen_name * cursor Friendica doesn't allow showing friends of other users. @@ -235,8 +235,8 @@ Friendica doesn't allow showing friends of other users. * stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) #### Unsupported parameters -* user_id: id of the user -* screen_name: screen name (for technical reasons, this value is not unique!) +* user_id +* screen_name * cursor Friendica doesn't allow showing followers of other users.