forked from friendica/friendica-addons
Synchronizing comments and likes of individual FB-comments
This commit is contained in:
parent
4a460ed078
commit
4018885640
|
@ -1327,7 +1327,7 @@ function fb_consume_all($uid) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Get the last date
|
// Get the last date
|
||||||
$lastdate = get_pconfig($uid,'facebook','lastdate') - 10000;
|
$lastdate = get_pconfig($uid,'facebook','lastdate');
|
||||||
// fetch all items since the last date
|
// fetch all items since the last date
|
||||||
$j = fb_get_timeline($access_token, $lastdate);
|
$j = fb_get_timeline($access_token, $lastdate);
|
||||||
if (isset($j->data)) {
|
if (isset($j->data)) {
|
||||||
|
|
Loading…
Reference in a new issue