Facebook (AI30DAY) icon

Facebook (AI30DAY)

Facebook Get Page List

Overview

This node operation creates a post on a specified Facebook Page. It supports various content types including text-only posts, posts with preview URLs, posts with attached media files, and posts with colorful backgrounds. The node is useful for automating Facebook Page content publishing, such as marketing updates, announcements, or media sharing.

Use Case Examples

  1. Posting a text-only update to a Facebook Page.
  2. Sharing a link with a preview on a Facebook Page post.
  3. Uploading a post with multiple media items attached to a Facebook Page.
  4. Creating a visually appealing post with a colorful background on a Facebook Page.

Properties

Name Meaning
Page Id The unique identifier of the Facebook Page where the post will be created.
Content Type The type of content to include in the post, such as text only, text with preview URL, text with media, or text with background.
Text The main text content of the post.
Preview URL The URL to display as a preview or link in the post, required if content type is 'Text with Preview URL'.
Media Ids A list of Facebook media IDs to attach to the post, required if content type is 'Text with Media'.
Background Input Method Method to specify the background preset, either selecting from a predefined list or entering the ID manually, used if content type is 'Text with Background'.
Background Preset The selected background preset for the post, used if background input method is 'Select from List'.
Background Preset ID The manually entered background preset ID, used if background input method is 'Enter ID Manually'.

Output

JSON

  • postInfo - Information about the created Facebook Page post, including post ID and content details.

Dependencies

  • Facebook API access with appropriate permissions and an API authentication token.

Troubleshooting

  • Ensure the Facebook Page ID is correct and the API token has permissions to post on the Page.
  • If posting media, verify that the media IDs are valid and accessible.
  • For background posts, ensure the background preset ID is valid and supported.
  • Common errors include authentication failures, invalid Page ID, or insufficient permissions. Verify credentials and permissions in the Facebook developer console.
  • Network or proxy issues may cause request failures; ensure network connectivity and proxy settings are correct.

Links

Discussion