UNPKG
bottender-form
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.2
An experimental package for handling conversational form with Bottender.
bottender-form
/
examples
/
quick-replies
/
bottender.config.js
9 lines
(8 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { messenger: { appId:
'__PUT_YOUR_APP_ID_HERE__'
, appSecret:
'__PUT_YOUR_APP_SECRET_HERE__'
, accessToken:
'__PUT_YOUR_ACCESS_TOKEN_HERE__'
, verifyToken:
'__PUT_YOUR_VERITY_TOKEN_HERE__'
, }, };