Facebook (AI30DAY) icon

Facebook (AI30DAY)

Facebook Get Page List

Overview

This node operation retrieves all Facebook Pages that a user manages. It is useful for scenarios where you need to list or manage multiple Facebook Pages associated with a user's account, such as in social media management tools or analytics platforms. The node fetches the pages using the user's Facebook session and access token, handling pagination and API responses.

Use Case Examples

  1. A marketing automation workflow that fetches all Facebook Pages managed by a user to schedule posts.
  2. An analytics dashboard that lists all Facebook Pages a user manages to display insights.
  3. A CRM integration that syncs Facebook Pages managed by a user for customer engagement tracking.

Properties

Name Meaning
notice Displays informational notices and warnings about Facebook session usage and environment setup to avoid checkpoint issues.

Output

JSON

  • pages - Array of Facebook Pages managed by the user, including page details and access tokens.

Dependencies

  • Requires a valid Facebook API access token and session to authenticate requests.

Troubleshooting

  • Ensure the Facebook session is valid and the access token has the necessary permissions to access user-managed pages.
  • Run n8n locally or on a VPS in the same country as the Facebook account IP to avoid checkpoint issues.
  • Check for API rate limits or permission errors returned by Facebook and update credentials accordingly.
  • Common errors include invalid session, expired token, or insufficient permissions, which require re-authentication or permission adjustments.

Links

Discussion