> For the complete documentation index, see [llms.txt](https://help.blotato.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blotato.com/platforms/facebook/limitations.md).

# Limitations

## "AI Generated" label

Meta does not expose the "AI Generated" content label through their API. You cannot add this label to Facebook posts published through Blotato or any third-party tool.

***

## Custom cover images for videos

Facebook does not support custom cover images for video posts via API. You cannot set a custom thumbnail when publishing Facebook videos through Blotato or any third-party tool.

***

## "Published by" label

The "Published by \[App Name]" label appears on Facebook posts when published via any third-party app. Facebook does not allow you to remove this label because it is part of their transparency policy.

***

## Regular feed video posts

Facebook no longer supports regular feed video posts through the API. **All Facebook videos publish as Reels** -- see [Facebook Reel requirements](/tips-and-tricks/social-platform-requirements.md#facebook).

***

## One Blotato account per Facebook account

You can connect multiple Facebook accounts to a single Blotato account. However, the same Facebook account cannot be connected to more than one Blotato account at the same time.

If you connect Facebook Account X to Blotato Account A, then connect Facebook Account X to Blotato Account B, the token in Blotato Account A becomes invalid. Reconnecting in Blotato Account A then breaks Blotato Account B.

This causes intermittent errors like:

* `Could not upload video to Facebook: There was a problem uploading your video file`

**Fix:** Connect each Facebook account to only ONE Blotato account. To manage multiple Facebook Pages owned by the same Facebook user, connect all of them inside a single Blotato workspace.

***

## 25 posts per 24h per Page

Blotato limits Facebook publishing to 25 posts per 24 hours **per Page**. Each Page has its own independent limit, so posts to one Page do not count against another.

**Example:** 3 Facebook Pages connected through the same Facebook login each publish up to 25 posts in a 24-hour window, for 75 posts total across the 3 Pages.

Facebook also recommends staying under 5 posts per day per Page for organic reach.


---

# 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://help.blotato.com/platforms/facebook/limitations.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.
