php - Getting Same Message Again And Again From FB-Messanger Webhook -


making bot messenger platform in php. working fine. after amount of time start receiving same message again , again on fb webhook.image requests fb

note: same in request except time. , fb blocks account due unusual activity.

any ?

i solved problem talked fb support. first, using queues replying user. in case response 200 ok going since removed queues think causing error. again, issue fb sending me 100 of messages (as talked them , said checked our server's , yes sending messages thought failing, since reply not going within 20s) intact @ place. mean should try 4 or 5 times maximum, if replying in not 200 ok, should stop sending same message again , again.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -