Due to the breaking changes in the facebook API this addon is now deprecated.

This commit is contained in:
Michael Vogel 2015-04-26 14:40:34 +02:00
parent 7ec2161567
commit b7ac41e174
1 changed files with 3 additions and 0 deletions

View 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)