FacebookClientWrapper Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
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'siyle etkileşime yönelik istemci.
[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
- Devralma
-
FacebookClientWrapper
- Öznitelikler
Oluşturucular
FacebookClientWrapper(FacebookClientWrapperOptions) |
Geçersiz.
FacebookClientWrapper sınıfının yeni bir örneğini başlatır. |
Yöntemler
GetAppSecretProof() |
Geçersiz.
Graph API yapılan çağrılarda güvenliği artırmak için kullanılan uygulama gizli dizi kanıtını oluşturur. |
PassThreadControlAsync(String, String, String, CancellationToken) |
Geçersiz.
pass_thread_control web kancası olayını Facebook'a gönderir. |
PostToFacebookApiAsync(String, String, CancellationToken) |
Geçersiz.
Web kancası denetim olaylarını Facebook'a postalar. |
RequestThreadControlAsync(String, String, CancellationToken) |
Geçersiz.
request_thread_control web kancası olayını Facebook'a gönderir. |
SendMessageAsync(String, FacebookMessage, HttpMethod, CancellationToken) |
Geçersiz.
Facebook'a bir REST iletisi gönderir. |
TakeThreadControlAsync(String, String, CancellationToken) |
Geçersiz.
take_thread_control web kancası olayını Facebook'a gönderir. |
VerifySignature(HttpRequest, String) |
Geçersiz.
bodyParser ayrıştırmadan önce ham istek yükünün SHA1 imzasını doğrular, imza geçersizse ayrıştırmayı durdurur ve genel bir hatayı yanıta geçirir. |
VerifyWebhookAsync(HttpRequest, HttpResponse, CancellationToken) |
Geçersiz.
doğrulama belirtecini iletiden doğrular. Belirteç yapılandırılan belirteçle eşleşiyorsa sınamayı geri gönderir. |