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アダプターのオプションクラス。

[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設定」ページの「Access Tokens」ウィジェットで提供されている「ページアクセストークン」を指定します。

FacebookApiHost
古い.

FacebookのAPIへの呼び出しを構成するために使われる代替ルートURLを取得したり設定したりします。 デフォルトは「graph.facebook.com」ですが、モックやプロキシなど変更可能です。

FacebookApiVersion
古い.

FacebookのAPIへの呼び出しを構成するために使われる代替APIバージョンを取得したり設定したりします。 デフォルトは「v3.2」です。

FacebookAppSecret
古い.

Facebook開発者ポータルのアプリの設定から、 基本設定 ページからアプリのシークレットを取得したり設定したりできます。

FacebookVerifyToken
古い.

Facebookの開発者ポータルでウェブフックのサブスクリプション設定を最初に作成・検証する際に使われるVerifyトークンを取得したり設定したりします。

適用対象