Facebook (AI30DAY) icon

Facebook (AI30DAY)

Facebook Get Page List

Overview

This node extracts the Facebook user ID from a given Facebook URL. It is useful for workflows that require identifying a Facebook user or page by their unique Facebook ID, such as automating social media management, data collection, or integration with other services that use Facebook IDs.

Use Case Examples

  1. Extracting the Facebook ID from a profile URL to fetch user data.
  2. Using the Facebook ID to automate posting or messaging via Facebook APIs.

Properties

Name Meaning
Facebook Url The URL of the Facebook profile or page from which to extract the Facebook ID. This is a required input for the operation 'Get Facebook Id'.

Output

JSON

  • facebookId - The extracted Facebook user or page ID.
  • userInfo - Additional user information retrieved using the Facebook ID.

Dependencies

  • Requires an API key credential for Facebook or a session token to authenticate requests to Facebook's services.

Troubleshooting

  • Ensure the Facebook URL is valid and accessible.
  • Run n8n locally or on a VPS located in the same country as your Facebook account IP to avoid checkpoint issues.
  • Check that the API key or session token is correctly configured and has the necessary permissions.
  • Common errors include invalid URL format, authentication failures, or network issues. Verify credentials and network connectivity to resolve these.

Links

Discussion