From d073679ef32106b10308d7edefca64c30868e33a Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 6 Apr 2015 16:43:12 +0200 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 136 +++++++++++++++++++++++------------------------ 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index 255c76f..41ca7bd 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -22,6 +22,8 @@ Please refer to the linked documentation for further information. * cid: Contact id of the user (important for "contact_allow" and "contact_deny") * network: network of the user +### account/rate_limit_status + ### account/verify_credentials #### Parameters * skip_status: Don't show the "status" field. (Default: false) @@ -43,6 +45,53 @@ 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) +* 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) + +#### Unsupported parameters +* skip_status + ### favorites #### Parameters * count: Items per page (default: 20) @@ -61,6 +110,22 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se #### Parameters * media: image data +### oauth/request_token +#### Parameters +* oauth_callback + +#### Unsupported parameters +* x_auth_access_type + +### oauth/access_token +#### Parameters +* oauth_verifier + +#### Unsupported parameters +* x_auth_password +* x_auth_username +* x_auth_mode + ### statuses/destroy #### Parameters * id: message number @@ -69,6 +134,9 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se #### Unsupported parameters * trim_user +### statuses/friends +* include_entities: "true" shows entities for pictures and links (Default: false) + ### statuses/friends_timeline #### Parameters * count: Items per page (default: 20) @@ -211,13 +279,8 @@ 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) -### account/rate_limit_status - ### help/test -### statuses/friends -* include_entities: "true" shows entities for pictures and links (Default: false) - #### Unsupported parameters * user_id * screen_name @@ -261,69 +324,6 @@ Friendica doesn't allow showing friends of other users. Friendica doesn't allow showing followers of other users. -### 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) -* 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) - -#### Unsupported parameters -* skip_status - -### oauth/request_token -#### Parameters -* oauth_callback - -#### Unsupported parameters -* x_auth_access_type - -### oauth/access_token -#### Parameters -* oauth_verifier - -#### Unsupported parameters -* x_auth_password -* x_auth_username -* x_auth_mode - ## 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