Sequential Message Sending Using Facebook Send-API – Facebook api
I'm trying to send messages using FB Send-Message API in sequential order, but have an issue with it. As a result my bot sends messages in wrong order. I have the following functions: function sendMessage(recipient, payload, accessToken) { return axios.post(baseURL…