# Facebook Login Setup

### Step 1: Set Up Your Facebook App

1. Go to the [Facebook Developers](https://developers.facebook.com/) website and log in.
2. Click on **My Apps** in the top right corner and then **Create App**.
3. Select **For Everything Else** and click **Next**.
4. Enter the **Display Name** for your app, provide your email, and select a category.
5. Click **Create App ID** and complete the security check.
6. Once the app is created, you will be redirected to the app dashboard.

#### Step 1.1: Configure Facebook Login

1. In the app dashboard, go to **Settings > Basic**.
2. Copy the **App ID** and **App Secret**; you will need these for Firebase.
3. In the **Add Platform** section, click **Add Platform** and select **iOS** and/or **Android** depending on your application.
4. For iOS:
   * Enter your **iOS Bundle ID**.
5. For Android:
   * Enter your **Package Name** and **Default Activity Class Name**.
6. Click **Save Changes**.

<mark style="color:purple;">**Make sure that at the end of this progress, you have  saved for later use**</mark>:

* `Facebook AppID`
* `Facebook Client Token`
* `Facebook App Secret`<br>


---

# Agent Instructions: 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://docs.booms.live/facebook-login-setup.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.
