Facebook (AI30DAY) icon

Facebook (AI30DAY)

Facebook Get Page List

Overview

This node operation fetches posts from a specified Facebook Page using the Facebook API. It supports pagination through a 'next' token to retrieve subsequent pages of posts. The node is useful for workflows that need to analyze, archive, or process Facebook Page posts automatically.

Use Case Examples

  1. Automatically retrieve and analyze posts from a Facebook Page for sentiment analysis.
  2. Archive all posts from a Facebook Page for compliance or record-keeping.
  3. Trigger workflows based on new posts published on a Facebook Page.

Properties

Name Meaning
Page Id The unique identifier of the Facebook Page from which to retrieve posts.
Next A pagination token to fetch the next set of posts if available.

Output

JSON

  • postInfo - The main data object containing the retrieved posts and related metadata.

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 access the Page posts.
  • If pagination is used, verify the 'next' token is valid and not expired.
  • Handle API rate limits and errors gracefully; the node throws errors if the API call fails or returns invalid data.
  • Run the node in an environment with network access to Facebook's API endpoints to avoid connectivity issues.

Links

Discussion