共用方式為


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 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
繼承
FacebookClientWrapperOptions
屬性

建構函式

FacebookClientWrapperOptions(String, String, String, String, String)
已淘汰.

初始化 FacebookClientWrapperOptions 類別的新執行個體。

屬性

FacebookAccessToken
已淘汰.

取得或設定存取語彙基元。 系結至單一頁面時,使用 access_token 來指定在 Facebook 開發人員入口網站的 「存取權杖」小工具中提供的「頁面存取權杖」小工具「Messenger 設定」頁面。

FacebookApiHost
已淘汰.

取得或設定用來建構 Facebook API 呼叫的替代根 URL。 預設為 「graph.facebook.com」,但可以變更 (模擬、Proxy 等) 。

FacebookApiVersion
已淘汰.

取得或設定用來建構 Facebook API 呼叫的替代 API 版本。 預設為 「v3.2」。

FacebookAppSecret
已淘汰.

從 Facebook 開發人員入口網站中的應用程式組態,從 [ 基本設定 ] 頁面取得或設定應用程式密碼。

FacebookVerifyToken
已淘汰.

取得或設定最初用來在 Facebook 開發人員入口網站上建立及驗證 Webhook 訂用帳戶設定的驗證權杖。

適用於