facebook-publish

Publish feed, video, photo, reel, and story content to Facebook pages via the Meta Graph API.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/xiaobei --skill facebook-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: facebook-publish
Source: https://github.com/TeamWiseFlow/xiaobei/tree/main/addons/officials/crew/selfmedia-operator/skills/facebook-publish
Command: npx skills add https://github.com/TeamWiseFlow/xiaobei --skill facebook-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of publishing content to Facebook, saving you time and effort.

Core Features & Use Cases

  • Content Posting: Seamlessly post feed posts, video posts, photo posts, reels, and stories to your Facebook page.
  • Authentication: Requires Meta OAuth2 Page Access Token for secure access.
  • Use Case: Whether you're running a marketing campaign, promoting your product, or just want to keep your followers updated, this Skill helps streamline the content distribution process on Facebook.

Quick Start

To post a video to Facebook, run the command: python3 ./skills/facebook-publish/scripts/publish_facebook.py --message "Video description" --video video.mp4 --mode reel.

Frequently Asked Questions about facebook-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate publishing videos and feed posts to a Facebook page?

Automating Facebook publishing requires the Meta Graph API to handle post creation for feed, video, photo, reel, and story formats. You can run a Python script to publish content with a specific message and media file.

What do I need to authenticate and post to Facebook via the Meta Graph API?

To authenticate via the Meta Graph API, you need a Meta OAuth2 Page Access Token. This secure token grants your scripts the required permission to publish multimedia content directly to your Facebook page.

Can I publish Facebook reels and stories programmatically using Python?

Yes, you can publish Facebook reels and stories programmatically using Python. By executing the publishing script with the appropriate mode parameter, the Meta Graph API handles the multimedia upload and story creation.

Does the facebook-publish script require any external Python libraries?

The facebook-publish script requires the requests Python library to handle HTTP interactions. This dependency enables the script to send multimedia data and post payloads to the Meta Graph API endpoints.

What is the best way to distribute social media content across multiple Facebook formats?

The best way to distribute social media content across Facebook formats is using a script interfacing with the Meta Graph API. It streamlines posting feed updates, photos, videos, reels, and stories from one automated process.