> 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/integration/channel-connector/facebook/how-to-create-facebook-app/permission-and-feature.md).

# Permission And Feature

Development Mode and Live Mode have been replaced with [new data access levels](https://developers.facebook.com/docs/graph-api/overview/access-levels/), more flexibility and streamline integration when building and using your business app. Some permissions and features are recommended to have access level 'Advanced' for integration with the 3Dolphins application.

What is the difference between standard and advanced access? **Standard Access** is granted automatically and permits access to data owned by your business. **Advanced Access** must be requested through App Review to access data owned by people outside your business.

The permissions and features page will be examined to identify the version when creating a Facebook channel on the 3Dolphins application. The Facebook API version 7 and newer have different permissions and features than the Facebook API version 6 and older. To see the API version of your Facebook app, you can go to **Settings** >> **Advanced** page.

If you are using Facebook API version 7 and newer, the recommended permissions and features to get 'Advanced Access' are:

1. pages\_manage\_metadata
2. pages\_read\_engagement
3. pages\_read\_user\_content
4. pages\_manage\_engagement
5. pages\_messaging
6. public\_profile
7. email

Meanwhile, if you are using the Facebook API version 6 and below, the recommended permissions and features to get 'Advanced Access' are:

1. manage\_pages
2. publish\_pages
3. pages\_messaging
4. public\_profile
5. email

![Permissions and Feature API Facebook Ver. 8 ](/files/-MlFDSw9zThKcd-_GYwV)


---

# 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/integration/channel-connector/facebook/how-to-create-facebook-app/permission-and-feature.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.
