Compartir a través de


FacebookClientWrapper Clase

Definición

Precaución

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 interactuar con la API de 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
Herencia
FacebookClientWrapper
Atributos

Constructores

FacebookClientWrapper(FacebookClientWrapperOptions)
Obsoletos.

Inicializa una nueva instancia de la clase FacebookClientWrapper.

Métodos

GetAppSecretProof()
Obsoletos.

Genera la prueba secreta de la aplicación que se usa para aumentar la seguridad en las llamadas a la Graph API.

PassThreadControlAsync(String, String, String, CancellationToken)
Obsoletos.

Envía el evento de webhook pass_thread_control a Facebook.

PostToFacebookApiAsync(String, String, CancellationToken)
Obsoletos.

Publica eventos de control de webhook en Facebook.

RequestThreadControlAsync(String, String, CancellationToken)
Obsoletos.

Envía el evento request_thread_control webhook a Facebook.

SendMessageAsync(String, FacebookMessage, HttpMethod, CancellationToken)
Obsoletos.

Envía un mensaje REST a Facebook.

TakeThreadControlAsync(String, String, CancellationToken)
Obsoletos.

Envía el evento de webhook take_thread_control a Facebook.

VerifySignature(HttpRequest, String)
Obsoletos.

Comprueba la firma SHA1 de la carga de solicitud sin procesar antes de que bodyParser analice que anulará el análisis si la firma no es válida y pasa un error genérico a la respuesta.

VerifyWebhookAsync(HttpRequest, HttpResponse, CancellationToken)
Obsoletos.

Comprueba el token de comprobación del mensaje. Si el token coincide con el configurado, devuelve el desafío.

Se aplica a