Does Aidelly post to Facebook Pages or personal profiles?
Aidelly posts to Facebook Pages (Business or Creator pages). Facebook's API does not allow third-party tools to post to personal profiles.
Connect your Facebook Page to Aidelly and publish content automatically from the dashboard or any AI agent via MCP or REST API. Schedule posts, manage comments, and track performance without logging in to Facebook.
Requires a Facebook Page (Business or Creator). Personal profiles are not supported by the Facebook API.
Post text updates, photos, video content, and link previews to your Facebook Page formatted for maximum engagement in the feed.
Schedule Facebook posts days or weeks ahead. Aidelly queues your content and publishes at the exact time you specify.
Reply to comments on your Facebook posts from the Aidelly dashboard or via your AI agent without opening Facebook.
Track reach, impressions, likes, shares, and comments per post. Understand what content performs and replicate it.
Connect your Facebook Page
Go to Settings → Connected Accounts and click Connect Facebook. Authorize Aidelly to manage your Page via the Facebook OAuth flow.
Create your post
Write your post in the Aidelly dashboard, add media, and set your target Page. Or instruct your AI agent: "Post this to our Facebook Page at 10am tomorrow."
Schedule or publish immediately
Pass schedule_at for a future time or publish right away. Enable approval workflows to review before anything goes live.
Monitor and reply
Track reach, likes, and shares. Reply to comments from the Aidelly inbox. Your AI agent can handle routine comment responses automatically.
Any AI agent can post to Facebook by calling the Aidelly REST API with facebook in the platforms array:
curl -X POST https://api.aidelly.ai/v1/posts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": "Big news we just launched our new product! Click the link to learn more.",
"platforms": ["facebook"],
"media_urls": ["https://example.com/launch-image.jpg"],
"schedule_at": "2025-06-01T10:00:00Z"
}'Aidelly posts to Facebook Pages (Business or Creator pages). Facebook's API does not allow third-party tools to post to personal profiles.
Aidelly supports text posts, photo posts, video posts, and link posts (with auto-generated previews). Stories and Reels via Facebook are not currently supported by the Facebook API for third-party tools.
Yes. Any agent using Aidelly's MCP server or REST API can create and schedule Facebook Page posts without human involvement. Enable approval workflows if you want a review step before publishing.
Yes. Connect multiple Facebook Pages and route content to any of them from the dashboard or API. Ideal for agencies managing multiple brands.
Pass a schedule_at timestamp in ISO 8601 format when creating a post via the API, or set the time in the Aidelly dashboard. Aidelly stores the post and publishes it at the exact scheduled time.
Yes. Fetch comments from any of your Page's posts and reply to them directly from the Aidelly dashboard or via API keeping your Facebook community engaged without logging in.