DiscipleTools / disciple-tools-facebook

Adds integration to Facebook pages and creates contacts from Direct Message conversations. This is a key plugin for outreach through Facebook.
https://disciple.tools/plugins/facebook/
Other
4 stars 1 forks source link

Rebuild sycn to rely on cron. #33

Closed corsacca closed 2 years ago

corsacca commented 2 years ago

When getting messages for the first time, current method keeps calling itself to continue retrieving messages until all conversations are pulled.

Cron every 5 minutes to check for new messages.

When retrieving messages for the first time, we can implement a front end feature that keeps calling until all conversations are retrieved.