Compartilhar via


FacebookClientWrapperOptions Classe

Definição

Cuidado

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.

Classe de opções para o Adaptador do 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
Herança
FacebookClientWrapperOptions
Atributos

Construtores

FacebookClientWrapperOptions(String, String, String, String, String)
Obsoleto.

Inicializa uma nova instância da classe FacebookClientWrapperOptions.

Propriedades

FacebookAccessToken
Obsoleto.

Obtém ou define o token de acesso. Quando associado a uma única página, use access_token para especificar o "token de acesso de página" fornecido no widget "Tokens de Acesso" do portal do desenvolvedor do Facebook da página "Configurações do Messenger".

FacebookApiHost
Obsoleto.

Obtém ou define a URL raiz alternativa usada para construir chamadas para a API do Facebook. O padrão é "graph.facebook.com", mas pode ser alterado (para zombar, proxy etc.).

FacebookApiVersion
Obsoleto.

Obtém ou define a versão alternativa da API usada para construir chamadas para a API do Facebook. O padrão é "v3.2".

FacebookAppSecret
Obsoleto.

Obtém ou define o segredo do aplicativo na página Configurações Básicas da configuração do aplicativo no portal do desenvolvedor do Facebook.

FacebookVerifyToken
Obsoleto.

Obtém ou define o token de verificação usado inicialmente para criar e verificar as configurações de assinatura de webhooks no portal do desenvolvedor do Facebook.

Aplica-se a