次の方法で共有


FacebookClientWrapper クラス

定義

注意事項

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 webhook イベントを Facebook に送信します。

PostToFacebookApiAsync(String, String, CancellationToken)
古い.

Webhook コントロール イベントを Facebook に投稿します。

RequestThreadControlAsync(String, String, CancellationToken)
古い.

request_thread_control Webhook イベントを Facebook に送信します。

SendMessageAsync(String, FacebookMessage, HttpMethod, CancellationToken)
古い.

REST メッセージを Facebook に送信します。

TakeThreadControlAsync(String, String, CancellationToken)
古い.

take_thread_control webhook イベントを Facebook に送信します。

VerifySignature(HttpRequest, String)
古い.

bodyParser が解析する前に生要求ペイロードの SHA1 署名を検証し、シグネチャが無効な場合に解析を中止し、応答に汎用エラーを渡します。

VerifyWebhookAsync(HttpRequest, HttpResponse, CancellationToken)
古い.

メッセージから検証トークンを検証します。 トークンが構成されたものと一致する場合は、チャレンジを返送します。

適用対象