문서가 업데이트되었습니다.
한국어로 번역이 아직 완료되지 않았습니다.
영어 업데이트됨: 6월 26일
한국어 업데이트됨: 2019. 2. 1.

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.

도메인 이름 및 HTTPS 필요

화이트리스트에 추가하려면 도메인이 다음 요구 사항을 충족해야 합니다.

  • HTTPS를 통해 게재됨

  • 정규화된 도메인 이름 사용(예: https://www.messenger.com/). IP 주소와 로컬 호스트는 화이트리스트에 추가할 수 없습니다.

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분당 API 호출 10회로 제한됩니다. 이 사용 제한은 페이지별로 적용됩니다.