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
# request payload to https://graph.facebook.com | |
{ | |
"access_token": "your access token", | |
"batch": [ | |
{"method":"POST","body":"Send API payload for message 1","relative_url":"\/me\/messages","name":"xGBNS"}, | |
{"method":"POST","body":"Send API payload for message 2","relative_url":"\/me\/messages","name":"QNHNz","depends_on":"xGBNS"}, | |
{"method":"POST","body":"Send API payload for message 3","relative_url":"\/me\/messages","name":"somaR","depends_on":"QNHNz"}] | |
} | |