# FAQ

## Why text is not getting added to facebook sharing dialog?

As per [facebook policy](https://developers.facebook.com/docs/apps/review/prefill/), it's not allowed to pre-fill the sharing dialog with text. User needs to manually enter the text.

## When to use Share Sheet?

Share sheet is a more generic way of sharing and is useful if you want your user to share your content to more services of their choice.

Based on the content being shared, the services in share sheet will get populated.

## Is there a way to detect if the user actually shared the content?

However, on iOS you can get the result code in the callback to check if it's a successful share or not.\
But on Android, it's not possible to detect the action result as the status is not provided by services sharing the content.


---

# 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://assetstore.essentialkit.voxelbusters.com/v2/sharing/faq.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.
