From 0c9cd378a9fa7d337b3732561c9d2409ecdfe064 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 6 Apr 2015 18:35:42 +0200 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index c93b9c5..822fd3d 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -6,13 +6,13 @@ Please refer to the linked documentation for further information. ### General #### Unsupported parameters -* cursor: Not implemented in StatusNet -* trim_user: Not implemented in StatusNet -* contributor_details: Not implemented in StatusNet -* place_id: Not implemented in StatusNet -* display_coordinates: Not implemented in StatusNet +* cursor: Not implemented in GNU Social +* trim_user: Not implemented in GNU Social +* contributor_details: Not implemented in GNU Social +* place_id: Not implemented in GNU Social +* display_coordinates: Not implemented in GNU Social * include_rts: To-Do -* include_my_retweet: Retweets in friendica are implemented in a different way +* include_my_retweet: Retweets in Friendica are implemented in a different way #### Different behaviour * screen_name: The nick name in friendica is only unique in each network but not for all networks. The users are searched in the following priority: Friendica, StatusNet/GNU Social, Diaspora, pump.io, Twitter. If no contact was found by this way, then the first contact is taken.