Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FacebookChannelProperties

Package version

The parameters to provide for the Facebook channel.

Hierarchy

  • FacebookChannelProperties

Index

Properties

appId

appId: string

Facebook application id

appSecret

appSecret: string

Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.

Optional callbackUrl

callbackUrl: undefined | string

Callback Url NOTE: This property will not be serialized. It can only be populated by the server.

isEnabled

isEnabled: boolean

Whether this channel is enabled for the bot

Optional pages

pages: FacebookPage[]

The list of Facebook pages

Optional verifyToken

verifyToken: undefined | string

Verify token. Value only returned through POST to the action Channel List API, otherwise empty. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc