PhoAi Ultimate Facebook Post icon

PhoAi Ultimate Facebook Post

Node for Facebook

Overview

The "Phở Ai PostVideo" operation of the "Đăng bài lên page" resource is designed to post video content to a selected Facebook Page. This node facilitates uploading videos and posting them with accompanying text content directly onto Facebook Pages managed by the user.

Common scenarios where this node is beneficial include:

  • Social media managers automating video posts to multiple Facebook Pages.
  • Marketing teams scheduling video content releases on Facebook.
  • Content creators integrating video uploads into broader automation workflows.

Practical example:

  • Automatically upload a promotional video with a caption to a Facebook Page whenever new product data is available in your system.

Properties

Name Meaning
Facebook Page Select the Facebook Page to which the video will be posted. Can be chosen from a list or by entering an ID.
Dữ liệu ảnh dạng data The binary data field name containing the video file to upload.
facebook_post_content The textual content (caption) of the Facebook post accompanying the video.
Đây là phiên bản Thử nghiệm Chúng tôi sẽ liên tục cập nhât và sửa lỗi.
Mời bạn truy cập https://zalo.me/g/ebsiof941 để cập nhật thông tin mới nhất
Notice informing users that this is a beta version and providing a link for updates.

Output

The node outputs JSON objects containing the success status and response data from Facebook's API after attempting to post the video. The structure typically includes:

  • success: Boolean indicating if the operation succeeded.
  • response: The raw response from Facebook's API, which may include IDs of the uploaded video or post.
  • list_attached_media (in some cases): An array of media objects attached to the post.

If the node uploads video files, it handles binary data input but does not output binary data itself; instead, it returns metadata about the upload result.

Dependencies

  • Requires an API key credential for authenticating with Facebook's API.
  • Uses Facebook Graph API endpoints to obtain page access tokens and to upload videos/posts.
  • Utilizes the form-data library to handle multipart form uploads for video files.
  • Requires proper configuration of the Facebook Page and permissions to post videos.

Troubleshooting

  • No binary data found for the specified field: Ensure the binary input field name matches the actual binary property containing the video data.
  • Upload failed errors: May occur due to invalid access tokens, insufficient permissions, or network issues. Verify the API credentials and Facebook Page permissions.
  • Token retrieval failures: If the node cannot get a page access token, check that the Facebook Page ID is correct and that the API key has the necessary scopes.
  • Timeouts: Video uploads can take time; ensure the timeout settings are sufficient and network connectivity is stable.

Links and References

Discussion