Cameron McGrane

Results 13 issues of 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 ![Screenshot 2017-07-28 16.03.07.png](https://codetreeusercontent.s3.amazonaws.com/uploads/32a41c74-b118-437a-b0c0-206d8a0e3e4b/Screenshot+2017-07-28+16.03.07.png)

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...

enhancement

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);*...

help wanted

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 ![Screenshot 2018-03-13 13.41.28.png](https://codetreeusercontent.s3.amazonaws.com/uploads/26e428bd-1444-46e8-a452-3955a8dff25b/Screenshot+2018-03-13+13.41.28.png)