From: Tobias Diekershoff Date: Thu, 23 Feb 2012 06:03:32 +0000 (+0100) Subject: reverted changes to FB connector, see comment to pull request #10 from annando X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2638761762d37f8336f396755ecf4a3e607757c0;p=friendica-addons.git reverted changes to FB connector, see comment to pull request #10 from annando --- diff --git a/facebook/facebook.php b/facebook/facebook.php index d0670156..6b6c7f84 100755 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -953,10 +953,8 @@ function fb_consume_stream($uid,$j,$wall = false) { // don't store post if we don't have a contact if(! x($datarray,'contact-id')) { - // Test: Workaround for page entries - $datarray['contact-id'] = $self[0]['id']; - //logger('no contact: post ignored'); - //continue; + logger('no contact: post ignored'); + continue; } $datarray['verb'] = ACTIVITY_POST;