From f460061c166c349237fe38760b37d89ea85b4d52 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 11 Feb 2014 16:50:36 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Friendica-API.md b/Friendica-API.md index 890a72c..f719ef9 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -16,6 +16,7 @@ Please refer to the linked documentation for further information. #### 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. +* include_entities: Default is "false". If set to "true" then the plain text is formatted so that links are having descriptions. #### Return values * cid: Contact id of the user (important for "contact_allow" and "contact_deny")