Skip to content

Instantly share code, notes, and snippets.

@samuelloza
Created February 19, 2017 15:55
Show Gist options
  • Save samuelloza/1ae569ad974fbc3acf83c5761de61124 to your computer and use it in GitHub Desktop.
Save samuelloza/1ae569ad974fbc3acf83c5761de61124 to your computer and use it in GitHub Desktop.
Facebook whitelisted Error
curl -i -X POST \
-d 'pretty=1' \
-d 'setting_type=domain_whitelisting' \
--data-urlencode 'whitelisted_domains=["YOUR_DOMAIN"]' \
-d 'domain_action_type=add' \
-d 'access_token=ACCESS_TOKEN' \
'https://graph.facebook.com/v2.8/me/thread_settings'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment