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

Merged
annando merged 1 commit from 1504-fbsync-deprecated into master 2015-04-29 14:36:10 +02:00

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)