Facebook (AI30DAY) icon

Facebook (AI30DAY)

Facebook Get Page List

Overview

This node operation retrieves detailed information about a specific Facebook Page using the Facebook API. It is useful for scenarios where you need to fetch metadata or insights about a Facebook Page, such as its name, ID, posts, or other related data. For example, it can be used in social media management workflows to gather page details for reporting or automation purposes.

Use Case Examples

  1. Fetch basic information of a Facebook Page by providing its Page ID.
  2. Retrieve posts and metadata of a Facebook Page for content analysis.

Properties

Name Meaning
Page Id The unique identifier of the Facebook Page to retrieve information for. This is a required input for the operation.

Output

JSON

  • pages - An array containing the detailed information of the Facebook Page(s) retrieved from the API.

Dependencies

  • Requires an API key credential for Facebook API access.

Troubleshooting

  • Ensure the provided Page Id is correct and the Facebook API credentials have the necessary permissions to access the Page information.
  • Common errors include authentication failures due to invalid or expired tokens, or permission errors if the API user does not have access to the specified Page.
  • Network or proxy issues may cause request failures; ensure the environment where n8n runs has proper internet access and proxy configuration if needed.

Links

Discussion