다음을 통해 공유


FacebookClientWrapperOptions 클래스

정의

주의

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 어댑터에 대한 옵션 클래스입니다.

[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 FacebookClientWrapperOptions
[<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 FacebookClientWrapperOptions = class
Public Class FacebookClientWrapperOptions
상속
FacebookClientWrapperOptions
특성

생성자

FacebookClientWrapperOptions(String, String, String, String, String)
사용되지 않음.

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

속성

FacebookAccessToken
사용되지 않음.

액세스 토큰을 가져오거나 설정합니다. 단일 페이지에 바인딩된 경우 를 사용하여 access_token Facebook 개발자 포털의 "메신저 설정" 페이지의 "액세스 토큰" 위젯에 제공된 "페이지 액세스 토큰"을 지정합니다.

FacebookApiHost
사용되지 않음.

Facebook의 API에 대한 호출을 생성하는 데 사용되는 대체 루트 URL을 가져오거나 설정합니다. 기본값은 "graph.facebook.com"이지만 모의, 프록시 등의 경우 변경할 수 있습니다.

FacebookApiVersion
사용되지 않음.

Facebook의 API에 대한 호출을 생성하는 데 사용되는 대체 API 버전을 가져오거나 설정합니다. 기본값은 "v3.2"입니다.

FacebookAppSecret
사용되지 않음.

Facebook 개발자 포털의 앱 구성에서 기본 설정 페이지에서 앱 비밀을 가져오거나 설정합니다.

FacebookVerifyToken
사용되지 않음.

Facebook 개발자 포털에서 웹후크 구독 설정을 처음 만들고 확인하는 데 사용되는 확인 토큰을 가져오거나 설정합니다.

적용 대상