Cameron McGrane
Cameron McGrane
What is required to make the two digital ocean servers SSL? http://138.68.249.89:5050/browser/ http://104.131.147.125:5050/login?next=%2Fbrowser%2F I
Botstackjs doesn't support customer payloads (Facebook Messenger JSON) Create functionality to pass through FB Json sent from API.AI.. At the very least... https://developers.facebook.com/docs/messenger-platform/send-api-reference/generic-template 
When a user sends a message\quickly reply\ button to botstackjs that is destined for API.AI Do the following: Mark last message as read Turn typing indicators on Make request to...
in session.js: let clearOldSessions = co(function* () { let not = new Date(); //possible bug with now=undefined, I guess it should be 'now' here :) let sessionsSize = yield client.hlenAsync("sessions");...
Background... > fallback(message, senderID) { > log.debug("Unknown message", { > module: "botstack:fallback", > senderId: senderID, > message: message > }); > //fb.reply(fb.textMessage("Ops, internal short circuit... Shutting > down... :("), senderID);*...
Background history > This happens when Facebook sends messages that BotStackJS not yet able to handle correctly. Typically, this is a service message from facebook. In the future we will...
To make learning easier for people interested in BotstackJs it would be worthwhile to have a demo chatbot repo that implements a basic BotStackJS chatbot. Ideally the user would pull...
REDIS can be superfluous for particular project types when MongoDB makes sense to store sessions. If the developer has not setup REDIS_URL but setup MONGODB_URL, BotStackJS need to use MongoDB...
Quick and dirty installation guide on how to get started with Botstackjs. https://github.com/cama/botstackjs/blob/master/README.md#installation
https://developers.facebook.com/docs/messenger-platform/send-messages#messaging_types 