FacebookChannelProperties interface

The parameters to provide for the Facebook channel.

Properties

appId

Facebook application id

appSecret

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

callbackUrl

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

isEnabled

Whether this channel is enabled for the bot

pages

The list of Facebook pages

verifyToken

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.

Property Details

appId

Facebook application id

appId: string

Property Value

string

appSecret

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

appSecret?: string

Property Value

string

callbackUrl

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

callbackUrl?: string

Property Value

string

isEnabled

Whether this channel is enabled for the bot

isEnabled: boolean

Property Value

boolean

pages

The list of Facebook pages

pages?: FacebookPage[]

Property Value

verifyToken

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.

verifyToken?: string

Property Value

string