Facebook (AI30DAY) icon

Facebook (AI30DAY)

Facebook Get Page List

Overview

This node operation tests the proxy connection for Facebook sessions using cUrl and WebSocket extensions. It is designed to verify if the proxy settings are correctly configured and functional, which is crucial for running n8n locally or on a VPS in the same country as the Facebook account IP to avoid checkpoint issues. This node is beneficial for users who need to ensure their proxy setup works properly before performing Facebook-related automation tasks.

Use Case Examples

  1. Testing proxy connection before running Facebook automation workflows.
  2. Verifying proxy configuration to avoid Facebook checkpoint issues when accessing Facebook APIs.

Properties

Name Meaning
notice Displays important information and warnings about running n8n locally or on a VPS in the same country as the Facebook account IP to avoid checkpoint issues. It also provides links to resources such as cUrl & WebSocket extension, support group, and YouTube tutorial.

Output

JSON

  • success - Indicates whether the proxy connection test was successful.
  • message - Provides a message about the result of the proxy connection test.
  • error - Contains error details if the proxy connection test failed.
  • proxyConfigured - Boolean indicating if a proxy is configured.
  • proxyUrl - The URL of the proxy used for the connection test.

Dependencies

  • Requires cUrl and WebSocket extensions for proxy testing.

Troubleshooting

  • Ensure n8n is run locally or on a VPS located in the same country as the Facebook account IP to avoid checkpoint issues.
  • Verify that the proxy URL and credentials are correctly configured.
  • Common errors include connection timeouts or authentication failures, which can be resolved by checking proxy settings and network connectivity.

Links

Discussion