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
古い.

アクセス トークンを取得または設定します。 1 つのページにバインドする場合は、 を使用 access_token して、Facebook 開発者ポータルの [Messenger の設定] ページの "アクセス トークン" ウィジェットで提供される "ページ アクセス トークン" を指定します。

FacebookApiHost
古い.

Facebook の API の呼び出しを構築するために使用する代替ルート URL を取得または設定します。 既定値は "graph.facebook.com" ですが、(モック、プロキシなど) 変更できます。

FacebookApiVersion
古い.

Facebook の API の呼び出しを構築するために使用される代替 API バージョンを取得または設定します。 既定値は "v3.2" です。

FacebookAppSecret
古い.

Facebook 開発者ポータルのアプリの構成の [基本設定] ページからアプリ シークレットを取得または設定します。

FacebookVerifyToken
古い.

Facebook の開発者ポータルで Webhooks サブスクリプション設定を最初に作成および検証するために使用される検証トークンを取得または設定します。

適用対象