FacebookClientWrapperOptions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 つのページにバインドする場合は、 を使用 |
FacebookApiHost |
古い.
Facebook の API の呼び出しを構築するために使用する代替ルート URL を取得または設定します。 既定値は "graph.facebook.com" ですが、(モック、プロキシなど) 変更できます。 |
FacebookApiVersion |
古い.
Facebook の API の呼び出しを構築するために使用される代替 API バージョンを取得または設定します。 既定値は "v3.2" です。 |
FacebookAppSecret |
古い.
Facebook 開発者ポータルのアプリの構成の [基本設定] ページからアプリ シークレットを取得または設定します。 |
FacebookVerifyToken |
古い.
Facebook の開発者ポータルで Webhooks サブスクリプション設定を最初に作成および検証するために使用される検証トークンを取得または設定します。 |