FacebookClientWrapperOptions 类

定义

注意

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.

Facebook 适配器的 Options 类。

[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
继承
FacebookClientWrapperOptions
属性

构造函数

FacebookClientWrapperOptions(String, String, String, String, String)
已过时.

初始化 FacebookClientWrapperOptions 类的新实例。

属性

FacebookAccessToken
已过时.

获取或设置访问令牌。 绑定到单个页面时,使用 access_token 指定 Facebook 开发人员门户的“Messenger 设置”页的“访问令牌”小组件中提供的“页面访问令牌”。

FacebookApiHost
已过时.

获取或设置用于构造对 Facebook API 的调用的备用根 URL。 默认为“graph.facebook.com”,但可以更改 (模拟、代理等) 。

FacebookApiVersion
已过时.

获取或设置用于构造对 Facebook API 的调用的备用 API 版本。 默认为“v3.2”。

FacebookAppSecret
已过时.

从 Facebook 开发人员门户中应用的配置中,从“ 基本设置” 页获取或设置应用机密。

FacebookVerifyToken
已过时.

获取或设置验证令牌,该令牌用于在 Facebook 开发人员门户上最初创建和验证 Webhook 订阅设置。

适用于