> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/facebook/facebook-admin-removal.md).

# Remoção de administrador do Facebook

Se a pessoa que criou o token de acesso inicial da página for removida como administrador da página do Facebook à qual o seu bot está vinculado, o token de acesso da página será invalidado, fazendo com que o seu bot não esteja mais autorizado a publicar mensagens na página.

Recomendamos que você teste quaisquer alterações nos apps e páginas de desenvolvedor dentro do Facebook no **ambiente de teste** ambiente primeiro, antes de alterar qualquer coisa no ambiente de produção.

## Como corrigir este problema

Se você estiver enfrentando os problemas descritos acima no momento, siga as etapas abaixo para corrigi-los:

1. No aplicativo do Facebook em <http://developers.facebook.com>, vá para Produtos > Messenger > Configurações e role para baixo até 'Token Generation'
2. Selecione a página correta do Facebook e copie o Token de Acesso da Página![](https://mail.google.com/mail/u/1?ui=2\&ik=bc20346786\&attid=0.1\&permmsgid=msg-f:1610849996652561580\&th=165ae3898cea44ac\&view=fimg\&sz=w1600-h1000\&attbid=ANGjdJ9Q2WudzrM5lqpXvkKhmvm_c49tXuVAuCuUd0LUneZ3XktQPf5tZldFNByvltwTU6Y7AGC5c8a-cCDfwK68zFyb3KL3MWLK9evw5FV6SMFuSuSAOy1BWLks1gI\&disp=emb\&realattid=ii_jlqdfyhu2_165ae38425d7c01b)
3. Na nossa plataforma, vá para 'Configurações'
4. Altere o Token de Acesso da Página para o que você copiou do Facebook e clique no botão 'Push to bot'.

Se essas etapas não resolverem o problema, entre em contato conosco por meio dos nossos [canais de suporte](/chatlayer-documentation-pt-br/support/get-in-touch.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/facebook/facebook-admin-removal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
