> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/integraciones-y-herramientas/cuentas-y-accesos/login-facebook.md).

# Login Facebook

El login con Facebook permite que tus clientes accedan a la tienda usando su cuenta, sin necesidad de crear un usuario desde cero.

Esto mejora la experiencia y los resultados del eCommerce:

* Registro más rápido
* Menos abandono en login y checkout
* Mejor conversión
* Acceso simple desde cualquier dispositivo

***

## **Credenciales necesarias:**

* Cuenta de Facebook Developer
* App ID de Facebook
* App Secret
* Permisos configurados (ej: email, public\_profile)
* Dominio autorizado configurado en la app
* Permisos de Administrador en la app

***

### ¿Qué necesitás para activarlo?

Para integrar el login con Facebook, es necesario configurar credenciales desde la plataforma de Meta.

Vas a necesitar:

* Una cuenta de Facebook
* Acceso a Meta for Developers
* Crear una aplicación
* Activar el producto **Facebook Login**
* Obtener:
  * App ID
  * App Secret
* Configurar los dominios y URLs de redirección de tu tienda

***

### ¿Cómo se configura?

Para ver el paso a paso actualizado, podés seguir la documentación oficial de Meta:

* Login con Facebook para web:\
  <https://developers.facebook.com/docs/facebook-login/web>
* Flujo de autenticación (OAuth):\
  <https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow/>


---

# 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:

```
GET https://guia.fenicio.help/integraciones-y-herramientas/cuentas-y-accesos/login-facebook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
