Upgrade to FB-Connector + Privacy Image Cache #50

Merged
CatoTH merged 8 commits from master into master 2012-04-23 00:44:55 +02:00
Showing only changes of commit 4018885640 - Show all commits

Synchronizing comments and likes of individual FB-comments

Tobias Hößl 2012-04-17 18:18:58 +00:00

View file

@ -1327,7 +1327,7 @@ function fb_consume_all($uid) {
}
}
// Get the last date
$lastdate = get_pconfig($uid,'facebook','lastdate') - 10000;
$lastdate = get_pconfig($uid,'facebook','lastdate');
// fetch all items since the last date
$j = fb_get_timeline($access_token, $lastdate);
if (isset($j->data)) {