FacebookClientWrapper Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
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.
Cliente para interagir com a API do 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 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
- Herança
-
FacebookClientWrapper
- Atributos
Construtores
FacebookClientWrapper(FacebookClientWrapperOptions) |
Obsoleto.
Inicializa uma nova instância da classe FacebookClientWrapper. |
Métodos
GetAppSecretProof() |
Obsoleto.
Gera a prova de segredo do aplicativo usada para aumentar a segurança em chamadas para o API do Graph. |
PassThreadControlAsync(String, String, String, CancellationToken) |
Obsoleto.
Envia o evento de webhook pass_thread_control para o Facebook. |
PostToFacebookApiAsync(String, String, CancellationToken) |
Obsoleto.
Posta eventos de controle de webhook no Facebook. |
RequestThreadControlAsync(String, String, CancellationToken) |
Obsoleto.
Envia o evento de webhook request_thread_control para o Facebook. |
SendMessageAsync(String, FacebookMessage, HttpMethod, CancellationToken) |
Obsoleto.
Envia uma mensagem REST para o Facebook. |
TakeThreadControlAsync(String, String, CancellationToken) |
Obsoleto.
Envia o evento de webhook take_thread_control para o Facebook. |
VerifySignature(HttpRequest, String) |
Obsoleto.
Verifica a assinatura SHA1 da carga de solicitação bruta antes que o bodyParser analise a análise se a assinatura for inválida e passe um erro genérico para a resposta. |
VerifyWebhookAsync(HttpRequest, HttpResponse, CancellationToken) |
Obsoleto.
Verifica o token de verificação da mensagem. Se o token corresponder ao configurado, enviará de volta o desafio. |