FacebookClientWrapper クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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 APIとやり取りするためのクライアントです。
[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 FacebookClientWrapper
[<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 FacebookClientWrapper = class
Public Class FacebookClientWrapper
- 継承
-
FacebookClientWrapper
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| FacebookClientWrapper(FacebookClientWrapperOptions) |
古い.
FacebookClientWrapper クラスの新しいインスタンスを初期化します。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetAppSecretProof() |
古い.
Graph APIへの呼び出しのセキュリティ強化に用いられるアプリの秘密証明を生成します。 |
| PassThreadControlAsync(String, String, String, CancellationToken) |
古い.
pass_thread_controlウェブフックイベントをFacebookに送信します。 |
| PostToFacebookApiAsync(String, String, CancellationToken) |
古い.
ウェブフックのコントロールイベントをFacebookに投稿します。 |
| RequestThreadControlAsync(String, String, CancellationToken) |
古い.
request_thread_controlウェブフックイベントをFacebookに送信します。 |
| SendMessageAsync(String, FacebookMessage, HttpMethod, CancellationToken) |
古い.
FacebookにRESTメッセージを送信します。 |
| TakeThreadControlAsync(String, String, CancellationToken) |
古い.
take_thread_controlウェブフックイベントをFacebookに送信します。 |
| VerifySignature(HttpRequest, String) |
古い.
bodyParserが解析する前に生のリクエストペイロードのSHA1署名を検証し、署名が無効の場合は解析を中止し、応答に対してジェネリックエラーを渡します。 |
| VerifyWebhookAsync(HttpRequest, HttpResponse, CancellationToken) |
古い.
メッセージから検証トークンを検証します。 トークンが設定されたものと一致すれば、チャレンジを返送します。 |