Skip to content

Instantly share code, notes, and snippets.

@iamedu
Last active January 4, 2017 17:19
Show Gist options
  • Save iamedu/3e77656cef5309f48d121eadc117a169 to your computer and use it in GitHub Desktop.
Save iamedu/3e77656cef5309f48d121eadc117a169 to your computer and use it in GitHub Desktop.
curl -X POST -H "Content-Type: application/json" -d '{
"setting_type":"greeting",
"greeting":{
"text":"Bienvenido a ExpansionMX"
}
}' "https://graph.facebook.com/v2.6/me/thread_settings?access_token=${ACCESS_TOKEN}"
curl -X DELETE -H "Content-Type: application/json" -d '{ <<<
"setting_type":"greeting"
}' "https://graph.facebook.com/v2.6/me/thread_settings?access_token=${ACCESS_TOKEN}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment