-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 694 Bytes
/
app.json
File metadata and controls
21 lines (21 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Wit-Facebook-bot",
"description": "Wit-Facebook Messenger Bot Demo.",
"repository": "https://github.com/hunkim/Wit-Facebook",
"logo": "https://avatars2.githubusercontent.com/u/4723433",
"keywords": ["node", "express", "github", "wit", "bot", "fcaebook"],
"env": {
"WIT_TOKEN": {
"description": "Server Access Token from wit.ai (see your wit app settings).",
"required": true
},
"FB_PAGE_TOKEN": {
"description": "Facebook Page Token from https://developers.facebook.com/apps/",
"required": true
},
"FB_VERIFY_TOKEN": {
"description": "Facebook verification Token. You can make it up.",
"required": false
}
}
}