From 65303a359f8f05f34540292c44d60a763658e8f0 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 6 Apr 2015 16:47:17 +0200 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 146 +++++++++++++++++++++++------------------------ 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index 41ca7bd..878f37d 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -45,41 +45,6 @@ Unofficial Twitter command. It shows all direct answers (excluding the original * trim_user * contributor_details -### direct_messages/new -#### Parameters -* user_id: id of the user -* screen_name: screen name (for technical reasons, this value is not unique!) -* text: The message -* replyto: ID of the replied direct message -* title: Title of the direct message - -### direct_messages/conversation -Shows all direct messages of a conversation -#### Parameters -* count: Items per page (default: 20) -* page: page number -* since_id: minimal id -* max_id: maximum id -* getText: Defines the format of the status field. Can be "html" or "plain" -* uri: URI of the conversation - -### direct_messages/all -#### Parameters -* count: Items per page (default: 20) -* page: page number -* since_id: minimal id -* max_id: maximum id -* getText: Defines the format of the status field. Can be "html" or "plain" - -### direct_messages/sent -#### Parameters -* count: Items per page (default: 20) -* page: page number -* since_id: minimal id -* max_id: maximum id -* getText: Defines the format of the status field. Can be "html" or "plain" -* include_entities: "true" shows entities for pictures and links (Default: false) - ### direct_messages #### Parameters * count: Items per page (default: 20) @@ -92,6 +57,41 @@ Shows all direct messages of a conversation #### Unsupported parameters * skip_status +### direct_messages/all +#### Parameters +* count: Items per page (default: 20) +* page: page number +* since_id: minimal id +* max_id: maximum id +* getText: Defines the format of the status field. Can be "html" or "plain" + +### direct_messages/conversation +Shows all direct messages of a conversation +#### Parameters +* count: Items per page (default: 20) +* page: page number +* since_id: minimal id +* max_id: maximum id +* getText: Defines the format of the status field. Can be "html" or "plain" +* uri: URI of the conversation + +### direct_messages/new +#### Parameters +* user_id: id of the user +* screen_name: screen name (for technical reasons, this value is not unique!) +* text: The message +* replyto: ID of the replied direct message +* title: Title of the direct message + +### direct_messages/sent +#### Parameters +* count: Items per page (default: 20) +* page: page number +* since_id: minimal id +* max_id: maximum id +* getText: Defines the format of the status field. Can be "html" or "plain" +* include_entities: "true" shows entities for pictures and links (Default: false) + ### favorites #### Parameters * count: Items per page (default: 20) @@ -106,6 +106,30 @@ Shows all direct messages of a conversation Favorites aren't displayed to other users, so "user_id" and "screen_name". So setting this value will result in an empty array. +### friends/ids +#### Parameters +* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) + +#### Unsupported parameters +* user_id +* screen_name +* cursor + +Friendica doesn't allow showing friends of other users. + +### followers/ids +#### Parameters +* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) + +#### Unsupported parameters +* user_id +* screen_name +* cursor + +Friendica doesn't allow showing followers of other users. + +### help/test + ### media/upload #### Parameters * media: image data @@ -264,6 +288,20 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se * trim_user * contributor_details +### statuses/followers +* include_entities: "true" shows entities for pictures and links (Default: false) + +### statusnet/config + +### statusnet/version + +#### Unsupported parameters +* user_id +* screen_name +* cursor + +Friendica doesn't allow showing followers of other users. + ### users/search #### Parameters * q: name of the user @@ -279,8 +317,6 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se * screen_name: screen name (for technical reasons, this value is not unique!) * include_entities: "true" shows entities for pictures and links (Default: false) -### help/test - #### Unsupported parameters * user_id * screen_name @@ -288,42 +324,6 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se Friendica doesn't allow showing friends of other users. -### statuses/followers -* include_entities: "true" shows entities for pictures and links (Default: false) - -#### Unsupported parameters -* user_id -* screen_name -* cursor - -Friendica doesn't allow showing followers of other users. - -### statusnet/config - -### statusnet/version - -### friends/ids -#### Parameters -* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) - -#### Unsupported parameters -* user_id -* screen_name -* cursor - -Friendica doesn't allow showing friends of other users. - -### followers/ids -#### Parameters -* stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) - -#### Unsupported parameters -* user_id -* screen_name -* cursor - -Friendica doesn't allow showing followers of other users. - ## Not Implemented API calls The following list is extracted from the [API source file](https://github.com/friendica/friendica/blob/master/include/api.php) (at the very bottom): * favorites/create