Mohamed Mayla
Mohamed Mayla
What is the status of this? I would like to see it implemented
@Charca @mraaroncruz what do you think about middleware functions that run between requests? something maybe like what [Botkit](https://github.com/howdyai/botkit/blob/master/docs/readme-middlewares.md) did
@Charca @kebou Does anyone know if facebook has maximum allowed length for the payload?
I just tested it out the maximum length of the payload is 1000. and facebook return an error with code 100 ``` { message: '(#100) Length of param [buttons][1][payload] must...
I developed [MysteryBot](https://m.me/shareMystery) using this awesome framework. MysteryBot is from the top finalists in [Facebook bots for messenger challenge](https://messengerchallenge.splashthat.com/) MysteryBot allows you to share mysteries anonymously, support and comment on...
`isFinite` doesn't convert and return the string to number it just tests whether the string you provided is a finite number and return `True` or `False`. to finish this exercise...
I have the same issue
> Check if you can use the same workaround as explained in this section https://github.com/joaonuno/tree-model-js#delete-a-node-from-the-tree Unfortunately, this will not work for me because I create a database row every step...