From 576c50cd1b25b9da256a1cee13927b4aed3ce7fb Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 5 Jan 2014 23:36:44 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index 5ca0177..290d4ec 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -25,24 +25,7 @@ Please refer to the linked documentation for further information. #### Unsupported parameters * include_entities -### statuses/update -#### Parameters -* title: Title of the status -* status: Status in text format -* htmlstatus: Status in HTML format -* in_reply_to_status_id -* lat: latitude -* long: longitude -* media: image data -* source: Application name - -#### Unsupported parameters -* include_entities -* trim_user -* place_id -* display_coordinates - -### statuses/update_with_media +### statuses/update, statuses/update_with_media #### Parameters * title: Title of the status * status: Status in text format @@ -52,6 +35,11 @@ Please refer to the linked documentation for further information. * long: longitude * media: image data * source: Application name +* group_allow +* contact_allow +* group_deny +* contact_deny +* network #### Unsupported parameters * include_entities