> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/integration/channel-connector/instagram-bussiness/go-to-developers-facebook.md).

# Go To Developers Facebook

The **Facebook** Platform is the set of services, tools, and products provided by the social networking service **Facebook** for third-party **developers** to create their own applications and services that access data in **Facebook**. If you are not registered on Facebook developer account, then you need to follow these steps :

Go to link <https://developers.facebook.com/>, create an account there.

![Facebook Developers](/files/-MUvRGAeES1KAspO6q8w)

The first thing you need to do in the process of Facebook App creation is to log into your [**Facebook Developer Account**](https://developers.facebook.com/onboarding/). This account is the same account you have used to create your company’s Facebook page.

![Login Facebook Developers](/files/-MUvSEUO0_ks45S9b70a)

The Facebook For Developer main page appears, click the **'Get Started'** button from the top right corner, Facebook For Developer pop up appears. It needed to register your profile. Then, click **'Continue'**.

![Register](/files/-MUvSTKRtVIJ4kkLidAX)

On the next step, enter your “**Phone Number**” and verify your account using text message or phone call.

![Verify Account](/files/-MUvSdpp8ofuVWjeNe7I)

Facebook will send you an automated text message containing a confirmation code Enter the confirmation code in the box. And then, click “**Verify**” button.

![Verification Code](/files/-MUvSpdxrF0glplkx6v1)

In the last step “**Which of the following best describe you?**“, select and click the button that describes your work (Example: Select the **“\</> Developer**” button). Then, click the 'complete registration' button.

![About you](/files/-MUvSxzI0B5sfZjD5mfV)

Congratulations, you now have a developer account! Remember the email address you used for this account, as you’ll need it to log in every time you want to test your app.

![Facebook Developers](/files/-MUvT2K0jpmcoM8OgfnW)


---

# 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.3dolphins.ai/5.1.x/integration/channel-connector/instagram-bussiness/go-to-developers-facebook.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.
