다음을 통해 공유


FacebookClientWrapper 클래스

정의

주의

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와 상호 작용하기 위한 클라이언트입니다.

[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
상속
FacebookClientWrapper
특성

생성자

FacebookClientWrapper(FacebookClientWrapperOptions)
사용되지 않음.

FacebookClientWrapper 클래스의 새 인스턴스를 초기화합니다.

메서드

GetAppSecretProof()
사용되지 않음.

Graph API 호출 시 보안을 강화하는 데 사용되는 앱 비밀 증명을 생성합니다.

PassThreadControlAsync(String, String, String, CancellationToken)
사용되지 않음.

pass_thread_control 웹후크 이벤트를 Facebook에 보냅니다.

PostToFacebookApiAsync(String, String, CancellationToken)
사용되지 않음.

Facebook에 웹후크 컨트롤 이벤트를 게시합니다.

RequestThreadControlAsync(String, String, CancellationToken)
사용되지 않음.

request_thread_control 웹후크 이벤트를 Facebook에 보냅니다.

SendMessageAsync(String, FacebookMessage, HttpMethod, CancellationToken)
사용되지 않음.

Facebook에 REST 메시지를 보냅니다.

TakeThreadControlAsync(String, String, CancellationToken)
사용되지 않음.

take_thread_control 웹후크 이벤트를 Facebook에 보냅니다.

VerifySignature(HttpRequest, String)
사용되지 않음.

bodyParser가 구문 분석하기 전에 원시 요청 페이로드의 SHA1 서명을 확인합니다. 서명이 잘못된 경우 구문 분석을 중단하고 일반 오류를 응답에 전달합니다.

VerifyWebhookAsync(HttpRequest, HttpResponse, CancellationToken)
사용되지 않음.

메시지에서 확인 토큰을 확인합니다. 토큰이 구성된 토큰과 일치하는 경우 은 챌린지를 다시 보냅니다.

적용 대상