# Facebook for developers

1.- Go to <https://developers.facebook.com/> 146 and click on login

<figure><img src="/files/vBD3Q974TCFGd46W8ZNW" alt=""><figcaption></figcaption></figure>

2.- Log in with your Facebook account by typing your username and password, click on Login

<figure><img src="/files/C7JJpWCRCqYbrDjD3WW4" alt=""><figcaption></figcaption></figure>

3.- Click on My apps.

<figure><img src="/files/nsZXxyyYuAJ1OE4jqaQU" alt=""><figcaption></figcaption></figure>

4.- Click on Create app and select the option for everything else, if this option does not appear, select Create connected experiences.

<figure><img src="/files/rIWtkhSQLCdQJKycMk4e" alt=""><figcaption></figcaption></figure>

5.- Add the same name of your Firebase project in the App's display name, add the same email with which you created your Firebase project so that they notify you if there is a problem in your Facebook app, give Click Create App Identifier.

<figure><img src="/files/ktpauSv5DrrvGBc11tIa" alt=""><figcaption></figcaption></figure>

6.- Click on the box I am not a robot and click on Send

7.- VERY IMPORTANT You must copy the App Identifier and paste it into a note or a word document as follows:

FACEBOOK APP ID: 323163702315837

Then click on Settings and select Basic.

<figure><img src="/files/sO0lkLe08v9IGzuFOyyf" alt=""><figcaption></figcaption></figure>

8.- Click on Show.

<figure><img src="/files/RSJLceMzr0LTgkcLrNAR" alt=""><figcaption></figcaption></figure>

9.- Enter the password of your Facebook account

VERY IMPORTANT Copy the secret Key of the app and paste it into a note or a word document as follows:

FACEBOOK SECRET KEY: c1e49a520c59a76f2351d90c664edf63

10.- Open Firebase <https://firebase.google.com> 12 and click Go to console.

<figure><img src="/files/SY7Q1XZMatav4eJpgD8g" alt=""><figcaption></figcaption></figure>

11.- Click on your Firebase project.

<figure><img src="/files/w446K8kncwjWjkApLNWM" alt=""><figcaption></figcaption></figure>

12.- Select Authentication and click on Sign-in method.

<figure><img src="/files/DEtTtVGGTjdPkhDJv4Ll" alt=""><figcaption></figcaption></figure>

13.- Select Facebook, click enable, copy the FACEBOOK APP ID from your note or word document and paste it in App ID and copy the FACEBOOK SECRET KEY and paste it in the App Secret, click Enable and Save.

<figure><img src="/files/IVbEdytpJL5LQmQ8Dpff" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LoL3Tc4Mr6rv1Hnko4Ls" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gHHpOQzO77WMrpUpXJX5" alt=""><figcaption></figcaption></figure>


---

# 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.apphive.io/global-functions-1/settings/facebook-developers/facebook-for-developers.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.
