Skip to content

Instantly share code, notes, and snippets.

@iamedu
Last active January 4, 2017 17:19
Show Gist options
  • Save iamedu/8f7bfc96752a2b63a537d12b03e67ed3 to your computer and use it in GitHub Desktop.
Save iamedu/8f7bfc96752a2b63a537d12b03e67ed3 to your computer and use it in GitHub Desktop.
curl -X POST -H "Content-Type: application/json" -d '{ <<<
"setting_type":"call_to_actions",
"thread_state":"new_thread",
"call_to_actions":[
{
"payload":"START_MESSENGER"
}
]
}' "https://graph.facebook.com/v2.6/me/thread_settings?access_token=${accessToken}"
curl -X DELETE -H "Content-Type: application/json" -d '{ <<<
"setting_type":"call_to_actions",
"thread_state":"new_thread"
}' "https://graph.facebook.com/v2.6/me/thread_settings?access_token=${accessToken}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment