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アダプターのオプションクラス。
[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 |
古い.
アクセストークンを取得したり設定したりします。
単一ページに割り当てた場合、 |
| FacebookApiHost |
古い.
FacebookのAPIへの呼び出しを構成するために使われる代替ルートURLを取得したり設定したりします。 デフォルトは「graph.facebook.com」ですが、モックやプロキシなど変更可能です。 |
| FacebookApiVersion |
古い.
FacebookのAPIへの呼び出しを構成するために使われる代替APIバージョンを取得したり設定したりします。 デフォルトは「v3.2」です。 |
| FacebookAppSecret |
古い.
Facebook開発者ポータルのアプリの設定から、 基本設定 ページからアプリのシークレットを取得したり設定したりできます。 |
| FacebookVerifyToken |
古い.
Facebookの開発者ポータルでウェブフックのサブスクリプション設定を最初に作成・検証する際に使われるVerifyトークンを取得したり設定したりします。 |