FacebookChannelProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |