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.