如要在 Messenger WebView 中顯示啟用了 Messenger 擴充功能 SDK 的網頁,您必須在 Bot Messenger 個人檔案的 whitelisted_domains
屬性中將網域列入允許清單(包含子網域)。這樣可確保只有受信任的網域可以透過 SDK 函數存取可用的用戶資訊。
如要進一步了解如何將網域列入允許清單,請參閱 whitelisted_domains
參考資料。
{
"type":"web_url",
"url":"
curl -X POST -H "Content-Type: application/json" -d '{
"recipient":{
"id":"<PSID>"
},
"message":{
"attachment":{
"type":"template",
"payload":{
"template_type":"button",
"text":"Try the URL button!",
"buttons":[
{
"type":"web_url",
"url":"https://www.messenger.com/",
"title":"URL Button",
"webview_height_ratio": "full"
}
]
}
}
}
}' "https://graph.facebook.com/v21.0
/me/messages?access_token=<PAGE_ACCESS_TOKEN>"
{ "recipient_id": "1254477777772919", "message_id": "AG5Hz2Uq7tuwNEhXfYYKj8mJEM_QPpz5jdCK48PnKAjSdjfipqxqMvK8ma6AC8fplwlqLP_5cgXIbu7I3rBN0P" }
屬性 | 類型 | 說明 |
---|---|---|
| 字串 | 按鈕類型。必須為 |
| 字串 | 按鈕標題。限 20 個字元。 |
| 字串 | 點按按鈕時,此網址將在行動瀏覽器中開啟。如果 |
| 字串 | 選用項目。網頁檢視的高度。有效值: |
| 布林值 | 選用項目。如果使用 Messenger 擴充功能,必須為 |
| 字串 | 對於不支援 Messenger 擴充套件的用戶端,要在用戶端上使用的網址。如果未定義這個屬性,將會退而使用 |
| 字串 | 選用項目。設定為 |