LATE
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 "Facebook Management" resource with the "List Pages" operation allows users to retrieve a list of Facebook pages associated with a given profile. This is useful for scenarios where you want to automate content posting or gather page information programmatically.
For example, a user can input a Facebook Profile ID and a temporary OAuth token to fetch all pages they manage, then use this data to select a page for scheduling posts or analyzing page metrics.
Properties
| Name | Meaning |
|---|---|
| Profile ID | The Facebook Profile ID for which to list the managed pages. |
| Temp Token | A temporary OAuth token used to authenticate the request to Facebook's API. |
Output
The node outputs JSON data containing the list of Facebook pages associated with the provided profile. Each item in the output typically includes details such as page ID, name, and other metadata relevant to each Facebook page.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the LATE API service at
https://getlate.dev/api/v1. - Requires an API key credential for authenticating with the LATE platform.
- For Facebook operations, a valid temporary OAuth token must be provided to access Facebook's API on behalf of the user.
- The node depends on internal resources bundled within the LATE integration (e.g., facebookResource) that handle communication with Facebook endpoints.
Troubleshooting
- Invalid or expired OAuth token: If the temporary token is invalid or expired, the node will fail to retrieve pages. Ensure the token is current and has the necessary permissions.
- Incorrect Profile ID: Providing an incorrect or unauthorized Profile ID will result in empty or error responses. Verify the Profile ID corresponds to the authenticated user.
- API connectivity issues: Network problems or incorrect API credentials for LATE may cause failures. Check API key validity and network access.
- Permission errors: The Facebook account must have sufficient permissions to list pages; otherwise, access will be denied.