我正在使用Facebook URL按钮,在URL中,我提供用于下载pdf的URL。但是,单击按钮后,它会重定向到网页,而不是下载。
仅供参考-此代码以前曾经可以使用,但现在不起作用。
var messageData = {
recipient: {
id: sender
},
message: {
attachment: {
type: "template",
payload: {
template_type: "generic",
elements: [{
title: utilMsg.messages.downloadPolicyPackMsg,
buttons: [{
type: "web_url",
title: "Download",
url: "https://dengueshield.dhflpramerica.com/iposapi/APIHandler.ashx?_reqm=DownloadDocumentPolicyPack&_reqo=4Y3/Jh5KWKX2Lky+NkmFaSRV+Y2REojsWFpB7eSn13w=",
}]
}]
}
}
}
}