Oluwasegun Adeleye
Oluwasegun Adeleye
Is this a general problem with facebook-messenger or the implementation? And does your gem solve the problem?
Okay. But for learning purpose, how can I avoid such issue with facebook-messenger gem?
I am using the bot in a rails application and It seems your gem – Rubotnik – does not work with rails.
What I eventually did was to save a reference to the user and the next command to be executed on every `Bot.on :message`. I had something like ```rb class MyBot...
Alright. By the way, what do you have to do to make it work in a Rails application?
Nice. The separation makes sense.