forked from matthewericfisher/fb-robot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
20 lines (20 loc) · 709 Bytes
/
app.json
File metadata and controls
20 lines (20 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "DMS Software Bot",
"description": "An example Facebook Bot.",
"repository": "https://github.com/matthewericfisher/fb-robot",
"logo": "https://raw.githubusercontent.com/matthewericfisher/fb-robot/master/img/icon.png",
"env": {
"APP_SECRET": {
"description": "The App Secret from the Facebook Settings page",
"required": true
},
"PAGE_ACCESS_TOKEN": {
"description": "Page Access Token from the Facebook Messenger Settings page",
"required": true
},
"VALIDATION_TOKEN": {
"description": "Validation Token from Facebook Webhooks setup page. If you forget this, you must +Add Product and select Webhooks",
"required": true
}
}
}