I am trying to write a program that can receive comments (as they are) in my Facebook Live videos. Having looked through Documents, I see the following text:
Reading comments and reactions
You can read comments in real time by polling a video report. To make this the most efficient way, so as not to exceed the Graph API speed limits, we recommend getting API updates through webhooks. You can also read reactions in real time by polling the edge of Reactions.
When I look at webhooks , I cannot find the documentation that says how often they are called. Do they call for every comment or for some predetermined interval?
In addition, webhooks callbacks run the risk of being received out of order. What is the best way to avoid missing messages?
Thanks.
source share