FacebookChannelProperties interface
The parameters to provide for the Facebook channel.
Properties
| app |
Facebook application id |
| app |
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty. |
| callback |
Callback Url NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
Whether this channel is enabled for the bot |
| pages | The list of Facebook pages |
| verify |
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
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