Facebook (AI30DAY) icon

Facebook (AI30DAY)

Facebook Get Page List

Overview

This node creates a post on a Facebook user's timeline. It supports various content types including text-only posts, posts with preview URLs, posts with media attachments, and posts with colorful backgrounds. The node is useful for automating Facebook user posts, such as sharing updates, links, media, or styled text backgrounds.

Use Case Examples

  1. Posting a simple text update to a user's Facebook timeline.
  2. Sharing a link with a preview URL in a Facebook post.
  3. Uploading a post with multiple media files attached.
  4. Creating a post with a colorful background to highlight the message.

Properties

Name Meaning
Content Type Specifies the type of content to include in the Facebook post, such as text only, text with preview URL, text with media, or text with background.
Text The main text content of the Facebook 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 collection 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 for the post, either selecting from a predefined list or entering an ID manually, applicable if content type is 'Text with Background'.
Background Preset The selected background preset for the Facebook post, applicable if background input method is 'Select from List'.
Background Preset ID The manually entered background preset ID for the Facebook post, applicable if background input method is 'Enter ID Manually'.

Output

JSON

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

Dependencies

  • Requires Facebook API access with user authentication token to create posts on behalf of the user.

Troubleshooting

  • Ensure the Facebook session and user access token are valid and not expired to avoid authentication errors.
  • Verify that the media IDs provided are valid and accessible by the user to prevent media attachment failures.
  • If using background presets, ensure the preset ID is correct and supported by Facebook to avoid post creation errors.
  • Check network connectivity and Facebook API rate limits if requests fail or time out.

Links

Discussion