0

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.

Nikhil
  • 1,212
  • 13
  • 30

2 Answers2

1

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

RiyaMRoy
  • 330
  • 2
  • 10
1

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

Sayuri Mizuguchi
  • 5,250
  • 3
  • 26
  • 53
  • I added ngrok i'm getting the get request message in my console ,But it is coming the post requests,Help me to resolve this – user8002227 May 18 '17 at 10:03