I have made a facebook messenger bot using node.js and hosted on heroku. How can I integrate the bot with my ionic app, so that the bot runs on the app and not on facebook messenger. I am new to this, so please help me out. Any help would be appreciated. Thanks.
Asked
Active
Viewed 530 times
1 Answers
1
The facebook messenger platform is for building bots that run on Facebook messenger and use the native features of facebook messenger and not on your website/app. Period.
But there are a couple of things you can do to integrate your website and your bot and make them work more tightly together.
- Checkbox Plugin : Signup user for your messenger bot directly from your website/app.
- Send to Messenger : Authenticate a user from your website/app
- Message us : i.e. you can even begin a messenger conversation with your user from your website/app.
Read more about these possibilities here.

akinmail
- 638
- 6
- 14