From b7ac41e17404b68844a66b9676b9d95d0266d10c Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 26 Apr 2015 14:40:34 +0200 Subject: [PATCH] Due to the breaking changes in the facebook API this addon is now deprecated. --- fbsync/fbsync.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fbsync/fbsync.php b/fbsync/fbsync.php index 20762e9b..5a429ad8 100644 --- a/fbsync/fbsync.php +++ b/fbsync/fbsync.php @@ -4,6 +4,7 @@ * Description: Synchronizes the Facebook Newsfeed * Version: 1.0 * Author: Michael Vogel + * 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)