From 12fdc59881ff4d6e061ddc5477ab5e167a6829af Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 6 Jan 2014 22:49:36 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Friendica-API.md b/Friendica-API.md index 290d4ec..c47a6a7 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -18,6 +18,10 @@ 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. +#### Return values +* cid: Contact id of the user (important for "contact_allow" and "contact_deny") +* network: network of the user + ### account/verify_credentials #### Parameters * skip_status: Don't show the "status" field. (Default: no)