このドキュメントが更新されました。
日本語への翻訳がまだ完了していません。
英語の最終更新: 6月26日
日本語の最終更新: 2019/02/01

whitelisted_domains Reference

Messenger Profile API

whitelisted_domains is a property of the Messenger Profile API. For information on retrieving, setting, updating, and deleting whitelisted_domains, see the Messenger Profile API Reference.

The whitelisted_domains property of your bot's Messenger profile specifies a list of third-party domains that are accessible in the Messenger webview for use with the Messenger Extensions SDK, the Checkbox Plugin, and the Customer Chat Plugin.

Requirements

To set or update the domain whitelist you must have the 'Administrator' role for the Page associated with the bot.

ドメイン名とHTTPが必要

ドメインをホワイトリストに登録するには、以下の要件を満たす必要があります。

  • HTTPSを経由すること

  • 完全修飾ドメイン名を使用すること(https://www.messenger.com/など)。ホワイトリスト登録では、IPアドレスとlocalhostはサポートされていません。

Whitelisting in Page Settings

In addition to using the Messenger Profile API, Page admins may also update their domain whitelist in Page settings by doing the following:

  1. Click Settings at the top of your Page
  2. Click Advance Messaging on the left
  3. Edit whitelisted domains for your page in the Whitelisted Domains section

whitelisted_domains Format

{
  "whitelisted_domains":[
    "<WHITELISTED_DOMAIN>",
    "<WHITELISTED_DOMAIN>",
    ...
  ]
}

Properties

Property Type Description

whitelisted_domains

Array<String>

A list of domains being used. All domains must be valid. Up to 50 domains allowed.

レート制限

MessengerプロフィールAPIへの呼び出し間隔は、10分あたり10回に制限されています。このレート制限はページごとに施行されます。