]> git.mxchange.org Git - friendica.git/commitdiff
doco
authorfriendica <info@friendica.com>
Sun, 3 Jun 2012 06:22:02 +0000 (23:22 -0700)
committerfriendica <info@friendica.com>
Sun, 3 Jun 2012 06:22:02 +0000 (23:22 -0700)
include/follow.php

index 55b800b8b52e1b3e7e7a23a8d04212fde5031da2..d92d7577dce264c72a77e342e9b96d27a6f5e72f 100644 (file)
@@ -1,6 +1,18 @@
 <?php
 
 
+//
+// Takes a $uid and a url/handle and adds a new contact
+// Currently if the contact is DFRN, interactive needs to be true, to redirect to the
+// dfrn_request page.
+
+// Otherwise this can be used to bulk add statusnet contacts, twitter contacts, etc.
+// Returns an array
+//  $return['success'] boolean true if successful
+//  $return['message'] error text if success is false.
+
+
+
 function new_contact($uid,$url,$interactive = false) {
 
        $result = array('success' => false,'message' => '');