mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 19:43:42 +00:00
Due to the breaking changes in the facebook API this addon is now deprecated.
This commit is contained in:
parent
7ec2161567
commit
b7ac41e174
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue