An website to management chat history
- NodeJS
- Wit.ai
- MongoDB
- Socket.io
- Install packages
yarn
// or
npm install
- Build Mia Real Agent
yarn build
- Start built binary
yarn start:propd
- Running Mia in dev mode
yarn start
-
FB_PAGE_TOKEN - Facebook Fanpage Token
You can get FB_PAGE_TOKEN by follow the following steps
- Open App dashboard
- Under `Products` tab, select `Messenger`
- Searching for `Access Tokens` on `Messenger` product page
- Select a page you want to get token. If you haven't had any page yet, you can create new one
-
FB_APP_SECRET - Facebook App Token
You can get FB_APP_SECRET by follow the following steps
- Open App dashboard
- Navigate to `Settings` and then select `Basic`
- Click `Show` button on `App Secret` field to reveal the token
-
WIT_TOKEN - Wit.ai server Token
You can get WIT_TOKEN by follow the following steps
- Open your Wit.ai app dashboard
- Navigate to `Setting` screen by clicking `Setting` button on the **top right**
- Take a look at `API Details` and you will find your **Server token** of your app
- null