reverted changes to FB connector, see comment to pull request #10 from annando

This commit is contained in:
Tobias Diekershoff 2012-02-23 07:03:32 +01:00
parent fb1b340131
commit 2638761762
1 changed files with 2 additions and 4 deletions

View File

@ -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;