FacebookClientWrapperOptions 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.
Caution
The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.
Options class for Facebook Adapter.
[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class FacebookClientWrapperOptions
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type FacebookClientWrapperOptions = class
Public Class FacebookClientWrapperOptions
- Inheritance
-
FacebookClientWrapperOptions
- Attributes
Constructors
FacebookClientWrapperOptions(String, String, String, String, String) |
Initializes a new instance of the FacebookClientWrapperOptions class. |
Properties
FacebookAccessToken |
Gets or sets the access token.
When bound to a single page, use |
FacebookApiHost |
Gets or sets the alternate root URL used to construct calls to Facebook's API. Defaults to "graph.facebook.com" but can be changed (for mocking, proxy, etc). |
FacebookApiVersion |
Gets or sets the alternate API version used to construct calls to Facebook's API. Defaults to "v3.2". |
FacebookAppSecret |
Gets or sets the app secret from the Basic Settings page from your app's configuration in the Facebook developer portal. |
FacebookVerifyToken |
Gets or sets the verify token used to initially create and verify the webhooks subscription settings on Facebook's developer portal. |