Actions21
- Message Actions
- Page Actions
- User Actions
- Group Actions
- Comment Actions
- Facebook Id Actions
- Media Actions
- Test Proxy Actions
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
- Testing proxy connection before running Facebook automation workflows.
- 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
- Using cUrl & WebSocket Extension - Resource for setting up cUrl and WebSocket extensions required for proxy testing.
- AI30DAY Zalo Group - Support group for assistance with Facebook session and proxy issues.
- AI30DAY Channel - YouTube tutorial channel for guidance on using the node and related setups.