FacebookClientWrapperOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 |
사용되지 않음.
액세스 토큰을 가져오거나 설정합니다.
단일 페이지에 바인딩된 경우 를 사용하여 |
FacebookApiHost |
사용되지 않음.
Facebook의 API에 대한 호출을 생성하는 데 사용되는 대체 루트 URL을 가져오거나 설정합니다. 기본값은 "graph.facebook.com"이지만 모의, 프록시 등의 경우 변경할 수 있습니다. |
FacebookApiVersion |
사용되지 않음.
Facebook의 API에 대한 호출을 생성하는 데 사용되는 대체 API 버전을 가져오거나 설정합니다. 기본값은 "v3.2"입니다. |
FacebookAppSecret |
사용되지 않음.
Facebook 개발자 포털의 앱 구성에서 기본 설정 페이지에서 앱 비밀을 가져오거나 설정합니다. |
FacebookVerifyToken |
사용되지 않음.
Facebook 개발자 포털에서 웹후크 구독 설정을 처음 만들고 확인하는 데 사용되는 확인 토큰을 가져오거나 설정합니다. |