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

# Permission And Feature

Saat ini development dan live mode pada aplikasi facebook app telah diganti dengan [new data access levels](https://developers.facebook.com/docs/graph-api/overview/access-levels/) dimana akan lebih banyak fleksibilitas dan akan mempersingkat integrasi saat membangun app untuk bisnis Anda. Beberapa permission and feature disarankan untuk memiliki access level 'Advanced' untuk keperluan integrasi dengan aplikasi 3Dolphins.

Apa yang membedakan standard dan advanced access? **Standard Access** diberikan secara otomatis dan mengizinkan akses ke data yang dimiliki oleh bisnis Anda. Sedangkan, **Advanced Access** harus diminta melalui App review untuk mengakses data yang dimiliki oleh orang-orang di luar bisnis Anda.

Halaman permission and feature nantinya akan digunakan untuk menentukan version ketika membuat channel facebook pada aplikasi 3Dolphins. Pada Facebook API versi 7 atau terbaru memiliki permissions dan feature yang berbeda dari Facebook API versi 6 atau yang lebih lama. Untuk melihat versi API Facebook app Anda, Anda dapat ke halaman **Settings** >> **Advanced**.

Jika Anda menggunakan versi API Facebook versi 7 atau terbaru, permission dan feature yang disarankan untuk mendapat 'Advanced Access' adalah:

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

Sedangkan, apabila Anda menggunakan versi API Facebook versi 6 atau yang lebih lama, permission dan feature yang disarankan untuk mendapat 'Advanced Access' adalah:

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/5.3.0-id/integration/chanel-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.
