node.js - Is there any way to integrate my Facebook Messenger bot with an ionic app? -


i have made facebook messenger bot using node.js , hosted on heroku. how can integrate bot ionic app, bot runs on app , not on facebook messenger. new this, please me out. appreciated. thanks.

the facebook messenger platform building bots run on facebook messenger , use native features of facebook messenger , not on website/app. period.

but there couple of things can integrate website , bot , make them work more tightly together.

  1. checkbox plugin : signup user messenger bot directly website/app.
  2. send messenger : authenticate user website/app
  3. message : i.e. can begin messenger conversation user website/app.

read more these possibilities here.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -