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() |
已淘汰.
產生用來增加對圖形 API呼叫安全性的應用程式秘密證明。 |
PassThreadControlAsync(String, String, String, CancellationToken) |
已淘汰.
將 webhook 事件pass_thread_control傳送至 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) |
已淘汰.
將 webhook 事件take_thread_control傳送至 Facebook。 |
VerifySignature(HttpRequest, String) |
已淘汰.
在 bodyParser 剖析之前驗證原始要求承載的 SHA1 簽章,如果簽章無效,則會中止剖析,並將一般錯誤傳遞至回應。 |
VerifyWebhookAsync(HttpRequest, HttpResponse, CancellationToken) |
已淘汰.
驗證來自訊息的驗證權杖。 如果權杖符合所設定的權杖,請傳回挑戰。 |