Actions18
- Profiles Actions
- Posts Actions
- Media Actions
- Social Accounts Actions
- Connect Platform Actions
- Facebook Management Actions
- LinkedIn Management Actions
- Clone Connection Actions
Overview
The node integrates with the LATE social media management platform, enabling users to schedule and manage posts across multiple social networks including Facebook. Specifically, the "List Pages" operation under the "Facebook Management" resource retrieves a list of Facebook pages associated with a given profile. This is useful for scenarios where users want to select or manage content on specific Facebook pages they administer.
Practical examples include:
- Fetching all Facebook pages linked to a user’s profile to allow selection before posting.
- Automating workflows that require listing available Facebook pages for content distribution or analytics.
Properties
| Name | Meaning |
|---|---|
| Profile ID | The identifier of the Facebook profile whose pages you want to list. |
| Temp Token | A temporary OAuth token used to authenticate and authorize access to the Facebook API. |
Output
The node outputs JSON data representing the list of Facebook pages retrieved for the specified profile. Each item in the output typically includes details such as page ID, name, and other metadata relevant to each Facebook page.
If the node supports binary data (not evident from the provided code), it would be related to media or post attachments, but for this operation, the output is purely JSON.
Dependencies
- Requires an active connection to the LATE API service at
https://getlate.dev/api/v1. - Needs an API key credential for authenticating requests to the LATE platform.
- For Facebook operations, a valid temporary OAuth token must be provided to access Facebook pages.
- Proper configuration of credentials and tokens within n8n is necessary.
Troubleshooting
- Invalid or expired Temp Token: If the OAuth token is invalid or expired, the node will fail to retrieve pages. Refresh the token and try again.
- Profile ID not found or incorrect: Ensure the Profile ID corresponds to a valid Facebook profile accessible by the token.
- API connectivity issues: Network problems or incorrect API base URL can cause failures. Verify internet connectivity and API endpoint correctness.
- Insufficient permissions: The OAuth token must have permissions to read Facebook pages; otherwise, the request will be denied.