> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/guides/error-solution/facebook/displaying-facebook-chats.md).

# Displaying Facebook Chats

If chat messages are not displaying correctly when streaming to Facebook, please refer to the following instructions.

***

## **When streaming to your timeline:**

* Set the ‘How people find and contact you’ option for your timeline on the Facebook website to ‘Public.’
* Set the ‘Choose where to post’ option for your timeline in the PRISM app to ‘Public.’

If chat messages still aren’t visible even after making these settings:

1. Disconnect Facebook in the PRISM app.
2. Go to the Facebook website > ‘Settings & Privacy’ > ‘Settings’ > Your activity > ‘Apps and websites’ or ‘Business integrations,’ and remove the PRISM app.
3. Launch the PRISM app, reconnect Facebook, and set the audience to ‘Public.’

***

## **When streaming to a page:**

* Grant ‘Read user content on your Page’ permission during the Facebook Business Integration process.

To reconfigure permissions:

1. Go to the Facebook website > ‘Settings & Privacy’ > ‘Settings’ > Your activity > ‘Apps and websites’ or ‘Business integrations,’ and remove the PRISM app.
2. Reconnect Facebook in the PRISM app to grant ‘Read user content on the page’ permission. If you need to change permissions, delete the PRISM app and reconnect it.

***

## **When streaming to a group:**

* Due to technical limitations supported by Facebook, features related to chat are not supported.

{% hint style="warning" %}
[\[Group Streaming No Longer Supported\]](/mobile/guides/error-solution/facebook/facebook-group-streaming-no-longer-supported.md)
{% endhint %}

***

This revision clarifies and corrects minor issues while keeping the original structure intact. Let me know if you'd like any further adjustments!


---

# 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://guide.prismlive.com/mobile/guides/error-solution/facebook/displaying-facebook-chats.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.
