Skip to content

Instantly share code, notes, and snippets.

@RiceeeChang
Last active November 8, 2018 12:04
Show Gist options
  • Save RiceeeChang/84a3849c8c702ac0a0b2f8f28c2717c6 to your computer and use it in GitHub Desktop.
Save RiceeeChang/84a3849c8c702ac0a0b2f8f28c2717c6 to your computer and use it in GitHub Desktop.
Messenger profile send data
{
"get_started": {
"payload":"<GET_STARTED_PAYLOAD>"
},
"greeting": [
{
"locale": "default",
"text": "Hello!"
},
{
"locale": "zh_TW",
"text": "哈囉你好嗎?"
}
],
"persistent_menu": <MENU_LIST>
}
'persistent_menu': [
{
'locale':'default',
'call_to_actions': [
{
"title": "Start Testing",
'type': 'postback',
'payload': 'question_1'
}
]
},
{
'locale':'zh_TW',
'call_to_actions': [
{
"title": "開始測驗",
'type': 'postback',
'payload': 'question_1'
}
]
}
]
def set_messenger_profile():
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment