imrehg / minibook

A Facebook status updater and lister in Python.
MIT License
2 stars 0 forks source link

comments and likes are not updated #28

Open imrehg opened 15 years ago

imrehg commented 15 years ago

After the first pull, comments and likes don't seem to be updated. Probably depends on times.

imrehg commented 15 years ago

sometimes losing update as well...

can it be that it is updated later than real time, thus falling outside of (time > since AND time < till)

should come up with a check, and see if that's the case.

to eliminate the effect (since we cannot control facebook) could we have a "renew all" button, that would purge current updates and pull everything again from the beginning?

imrehg commented 15 years ago

today they seemed to be merely delayed, but not missed... needs more testing...