> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/de/setup-facebook-login.md).

# Facebook-Login einrichten

Besuchen Sie <https://developers.facebook.com/> und melden Sie sich bei Ihrem Facebook-Konto an

Wählen Sie oben rechts „Meine Apps“ und klicken Sie auf „Neue App hinzufügen“.

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_aqheot.png)

Füllen Sie das Formular aus und erstellen Sie die App

Wählen Sie im App-Dashboard im linken Menü „Einstellungen > Allgemein“ aus. Geben Sie Ihre Website-Domain in das Feld „App-Domains“ ein

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_iokp6p.png)

Scrollen Sie nach unten, klicken Sie auf die Schaltfläche „Plattform hinzufügen“ und wählen Sie „Website“ aus

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_5fdlaq.png)

Geben Sie die URL Ihrer Bestellseite in das Feld „Site-URL“ ein und klicken Sie dann unten rechts auf „Änderungen speichern“.

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_pa5uog.png)

Klicken Sie im linken Navigationsmenü auf „Produkte“ und dann auf die Schaltfläche „Einrichten“ für die Facebook-Anmeldung.

Wählen Sie im nächsten Bildschirm „Web“ aus. Ihre „Site-URL“ sollte bereits ausgefüllt sein. Klicken Sie auf „Speichern“.

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_gdcuti.png)

Im linken Menü unter „Produkte >“ Facebook-Login“, wählen Sie „Einstellungen“

Aktivieren Sie „OAuth-Anmeldung für eingebetteten Browser“

Geben Sie Ihre Shop-Domain in das Feld „Gültige OAuth-Redirect-URIs“ ein und klicken Sie auf „Änderungen speichern“.

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_hbyf21.png)

Kopieren Sie abschließend Ihre Facebook-App-ID, wie oben im App-Dashboard angezeigt

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_yxw5jy.png)

Rufen Sie mit der kopierten App-ID Ihr Restaurant-Dashboard auf und gehen Sie zu „Einstellungen > System > Kundenkonten > Facebook“. Fügen Sie Ihre App-ID ein und klicken Sie auf Speichern

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_u1lgnf.png)

Besuchen Sie Ihren Online-Shop und bestätigen Sie, dass die Facebook-Anmeldeoption im Popup „Anmelden/Anmelden“ verfügbar ist

![](https://storage.crisp.chat/users/helpdesk/website/e903fdb8557a9800/image_1c1swn7.png)


---

# 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://restoflow.gitbook.io/restoflow-dokumentation/de/setup-facebook-login.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.
