Making a bot for messenger platform in php. Everything is working fine. But after a certain amount of time the I start receiving same message again and again on fb webhook.
Note: Everything is same in request except the time. And then fb blocks my account due to unusual activity.
Any help ?
I solved the problem as I also talked to fb support. First, we were using queues for replying back to user. In that case the response 200 ok was going back immediately but since we removed queues I think this is causing the error. But again, the issue that fb is sending me 100 of messages (as I talked to them and they said that we checked our server's and yes we were sending messages as we thought they were failing, since reply was not going back within 20s) is intact at its place. I mean they should try it like 4 or 5 times maximum, if replying in not 200 ok, then they should stop sending the same message again and again.