]> git.mxchange.org Git - friendica.git/blobdiff - include/api.php
Fix Issue #2816 - MySQL version typo
[friendica.git] / include / api.php
index 87f105741d97b4a6ca148cb73c5d177462f10f47..b93f8cf72a32b0ce14dcabe9f1754b54f17431c1 100644 (file)
                        //builtin_activity_puller($i, $activities);
 
                        // get user data and add it to the array of the activity
-                       $user = api_get_user($a, $i['author-link']);
+                       $user = api_get_user($a, $i['author-link']);                    
                        switch($i['verb']) {
                                case ACTIVITY_LIKE:
                                        $activities['like'][] = $user;
        /**
         * @brief return data of all the profiles a user has to the client
         *
-        * @param string $profile_id optional parameter to provide the id of the profile to be returned
         * @param string $type Known types are 'atom', 'rss', 'xml' and 'json'
         * @return string
         */
 
 /*
 To.Do:
-       [pagename] => api/1.1/statuses/lookup.json
-       [id] => 605138389168451584
-       [include_cards] => true
-       [cards_platform] => Android-12
-       [include_entities] => true
-       [include_my_retweet] => 1
-       [include_rts] => 1
-       [include_reply_count] => true
-       [include_descendent_reply_count] => true
+    [pagename] => api/1.1/statuses/lookup.json
+    [id] => 605138389168451584
+    [include_cards] => true
+    [cards_platform] => Android-12
+    [include_entities] => true
+    [include_my_retweet] => 1
+    [include_rts] => 1
+    [include_reply_count] => true
+    [include_descendent_reply_count] => true
 (?)