Dela via


FacebookClientWrapper Klass

Definition

Varning

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.

Klient för att interagera med Facebook-API:et.

[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
Arv
FacebookClientWrapper
Attribut

Konstruktorer

FacebookClientWrapper(FacebookClientWrapperOptions)
Föråldrad.

Initierar en ny instans av FacebookClientWrapper klassen.

Metoder

GetAppSecretProof()
Föråldrad.

Genererar det apphemlighetsbevis som används för att öka säkerheten vid anrop till Graph API.

PassThreadControlAsync(String, String, String, CancellationToken)
Föråldrad.

Skickar pass_thread_control webhook-händelsen till Facebook.

PostToFacebookApiAsync(String, String, CancellationToken)
Föråldrad.

Publicerar webhook-kontrollhändelser på Facebook.

RequestThreadControlAsync(String, String, CancellationToken)
Föråldrad.

Skickar request_thread_control webhook-händelsen till Facebook.

SendMessageAsync(String, FacebookMessage, HttpMethod, CancellationToken)
Föråldrad.

Skickar ett REST-meddelande till Facebook.

TakeThreadControlAsync(String, String, CancellationToken)
Föråldrad.

Skickar take_thread_control webhook-händelsen till Facebook.

VerifySignature(HttpRequest, String)
Föråldrad.

Verifierar SHA1-signaturen för nyttolasten för råbegäran innan bodyParser parsar den avbryter parsningen om signaturen är ogiltig och skickar ett allmänt fel till svaret.

VerifyWebhookAsync(HttpRequest, HttpResponse, CancellationToken)
Föråldrad.

Verifierar verifieringstoken från meddelandet. Om token matchar den som har konfigurerats skickar tillbaka utmaningen.

Gäller för