FacebookClientWrapper Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |