user8002227
user8002227

Reputation: 1

Facebook messenger chat bot

For this I tried two ways.

1.Using stamplay I integrated everything with stamplay (messenger & watson conversation) while deploying in npm (cli)-"stamplay init".
It is throwing an error --ssl certificate chain error.

2.Using ngrok I try to run the ngrok http 3000. It is throwing reconnecting && reconnecting

Can any one help me to reslove.

Upvotes: -1

Views: 623

Answers (2)

Sayuri Mizuguchi
Sayuri Mizuguchi

Reputation: 5330

@RiyaMRoy allows to you one solution.

But you can do this with 2 more options too:

  • Use Node-red to Integrate Watson Conversation with facebook easily.

  • Use NGROK, Tanmay Bakshi teaches how to do that. Check this tutorial.

I'm currently using node-red and works perfectly. You can create functions inside Node-red, and have a lot options for Business rules.

Upvotes: 1

RiyaMRoy
RiyaMRoy

Reputation: 330

This middleware plugin allows developers to easily integrate a Watson Conversation workspace with multiple social channels like Slack, Facebook, and Twilio. https://github.com/watson-developer-cloud/botkit-middleware

Upvotes: 1

Related Questions