Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. curl -X POST \
  2.   'https://graph.facebook.com/v2.6/me/messenger_profile?access_token=<ACCESS_TOKEN>' \
  3.   -H 'Content-Type: application/json' \
  4.   -d '{
  5.    "get_started": {
  6.        "payload": "{\"block_id\":\"58f3b4fbe4b0216bd39e56d2\",\"blocks\":[\"58f3b4fbe4b0216bd39e56d2\"],\"action\":\"start_action\",\"__button_text__\":\"Get Started\"}"
  7.    }
  8. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement