Hi Am trying to execute this as a quick reply how do i execute it?
The documentation ref https://developers.facebook.com/docs/messenger-platform/send-api-reference/quick-replies
curl -X POST -H “Content-Type: application/json” -d ‘{
“recipient”:{
“id”:“USER_ID”
},
“message”:{
“text”:“Please share your location:”,
“quick_replies”:[
{
“content_type”:“location”,
}
]
}
}’ “https://graph.facebook.com/v2.6/me/messages?access_token=PAGE_ACCESS_TOKEN”