LATE icon

LATE

Schedule and manage social media posts across multiple platforms with LATE - the professional social media management platform supporting Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads

Actions18

Overview

The "Select Page" operation within the Facebook Management resource of this node allows users to select a specific Facebook page by its ID. This is useful in scenarios where you manage multiple Facebook pages and need to specify which page to interact with for subsequent actions, such as posting content or retrieving page insights.

Practical examples include:

  • Selecting a Facebook page to schedule posts on behalf of that page.
  • Choosing a page to fetch analytics or comments.
  • Managing permissions or settings for a particular Facebook page.

Properties

Name Meaning
Profile ID The identifier of the user profile associated with the Facebook account.
Temp Token A temporary OAuth token used for authenticating requests to Facebook APIs.
Page ID The unique identifier of the Facebook page to select for further operations.
User Profile JSON object containing user profile data related to the Facebook account or session.

Output

The node outputs JSON data representing the selected Facebook page details. This typically includes metadata about the page such as its ID, name, access tokens, permissions, and other relevant information needed for further interactions with the Facebook API.

If the node supports binary data output (not evident from the provided code), it would typically relate to media assets associated with the page, but no binary output is indicated here.

Dependencies

  • Requires an API key credential for authenticating with the LATE platform's API.
  • Needs a valid temporary OAuth token for Facebook API access.
  • The node communicates with the LATE API at https://getlate.dev/api/v1.
  • Proper configuration of credentials and tokens within n8n is necessary for successful execution.

Troubleshooting

  • Invalid or expired Temp Token: The temporary OAuth token may expire or be invalid, causing authentication failures. Refresh or obtain a new token.
  • Incorrect Page ID: Providing an incorrect or non-existent Facebook page ID will result in errors or empty responses. Verify the page ID.
  • Missing Profile ID or User Profile data: These inputs are necessary for context; missing or malformed data may cause failures.
  • API connectivity issues: Network problems or incorrect base URL configuration can prevent communication with the LATE API.
  • Permission errors: The OAuth token must have sufficient permissions to access the specified Facebook page.

Links and References

Discussion