Last active
August 8, 2018 13:52
-
-
Save matmuenzel/b531c7c04c9f5d78e43cbd2f7fd96253 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -X DELETE -H "Content-Type: application/json" -d '{ | |
| "fields":[ | |
| "persistent_menu" | |
| ] | |
| }' "https://graph.facebook.com/v3.1/me/messenger_profile?access_token=PAGE_ACCESS_TOKEN" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -X POST -H "Content-Type: application/json" -d '{ | |
| "get_started":{ | |
| "payload":"random payload, lel" | |
| } | |
| }' "https://graph.facebook.com/v3.1/me/messenger_profile?access_token=<PageAccessToken>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment