]> git.mxchange.org Git - friendica-addons.git/commitdiff
Due to the breaking changes in the facebook API this addon is now deprecated.
authorMichael Vogel <icarus@dabo.de>
Sun, 26 Apr 2015 12:40:34 +0000 (14:40 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 26 Apr 2015 12:40:34 +0000 (14:40 +0200)
fbsync/fbsync.php

index 20762e9bfdf515bd57ebff5a9568c9e6a82a8999..5a429ad81137c309be06d0c09789ddc5be0930a6 100644 (file)
@@ -4,6 +4,7 @@
  * Description: Synchronizes the Facebook Newsfeed
  * Version: 1.0
  * Author: Michael Vogel <https://pirati.ca/profile/heluecht>
+ * Status: Unsupported
  */
 
 /* To-Do
@@ -615,6 +616,8 @@ function fbsync_createcomment($a, $uid, $self_id, $self, $user, $contacts, $appl
                return;
 
        $item = item_store($postarray);
+       $postarray["id"] = $item;
+
        logger('fbsync_createcomment: UID '.$uid.' - CID '.$postarray['contact-id'].' - Nick '.$contact_nick.' posted comment '.$item, LOGGER_DEBUG);
 
        if ($item == 0)