FacebookChannelProperties Class

Definition

The parameters to provide for the Facebook channel.

public class FacebookChannelProperties
type FacebookChannelProperties = class
Public Class FacebookChannelProperties
Inheritance
FacebookChannelProperties

Constructors

FacebookChannelProperties(String, Boolean)

Initializes a new instance of FacebookChannelProperties.

Properties

AppId

Facebook application id.

AppSecret

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

CallbackUri

Callback Url.

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.

Applies to