-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersistent-menu-curl.txt
More file actions
41 lines (38 loc) · 1.11 KB
/
persistent-menu-curl.txt
File metadata and controls
41 lines (38 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Change "composer_input_disabled":true to disable free text input
curl -X POST -H "Content-Type: application/json" -d '{
"persistent_menu":[
{
"locale":"default",
"composer_input_disabled":false,
"call_to_actions":[
{
"title":"Contact",
"type":"nested",
"call_to_actions":[
{
"title":"View Website",
"type":"web_url",
"url":"http://www.myapple.com"
},
{
"title":"Apply for a job",
"type":"postback",
"payload":"JOB_APPLY"
}
]
},
{
"type":"postback",
"title":"Fun news",
"payload":"FUN_NEWS"
},
{
"type":"postback",
"title":"Start here",
"payload":"GET_STARTED"
}
]
}
]
}' "https://graph.facebook.com/v2.6/me/messenger_profile?
access_token=EAADnk6ZBTzAQBAAId1n2Fak3ysNWoiRKATfIS7fWNkSfCZBqnwZAQq1MEDbprZBbaeX26CeDKQXzk2ZB1wPKLKe7eFpQkhZCCqaZBbWSA0cZCkoXDDcjDKOWi9CMsNDSxtdIZBEehixIP4MYaf3DUDnJz66r2f5s9dKjILuZBqSOaHPQZDZD"