Skip to content

Commit

Permalink
Added instructions how to add start button
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosentti committed Aug 7, 2017
1 parent c1067f9 commit e9a84fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions set_welcome_screen.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#SET GET STARTED BUTTON

-run this command in bash

curl -X POST -H "Content-Type: application/json" -d '{
"get_started":{
"payload":"GET_STARTED_PAYLOAD"
}
}' "https://graph.facebook.com/v2.6/me/messenger_profile?access_token=PAGE_ACCESS_TOKEN"



#SET WELCOME SCREEN

-run this command in bash

curl -X POST -H "Content-Type: application/json" -d '{
"setting_type":"greeting",
"greeting":{
Expand Down

0 comments on commit e9a84fc

Please sign in to comment.