LATE
Actions18
- Profiles Actions
- Posts Actions
- Media Actions
- Social Accounts Actions
- Connect Platform Actions
- Facebook Management Actions
- LinkedIn Management Actions
- Clone Connection Actions
Overview
This node enables connecting a social media profile to the LATE platform, which is a professional social media management tool supporting multiple platforms such as Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads. The "Connect Platform" operation specifically facilitates linking a social media account from one of these platforms to a userās profile within LATE.
Typical use cases include:
- Automating the OAuth connection process for various social media accounts.
- Managing multiple social media accounts centrally by linking them to profiles.
- Enabling subsequent scheduling and posting operations on connected accounts.
For example, a user can connect their Instagram Business account to their LATE profile to schedule posts or analyze engagement through the platform.
Properties
| Name | Meaning |
|---|---|
| Platform | The social media platform to connect. Options include: Twitter/X, Instagram Business, Facebook page, LinkedIn page, TikTok creator, YouTube channel, and Threads account. Each platform has specific OAuth requirements. |
| Profile ID | The unique identifier of the LATE profile where the social media account will be connected. Each profile can have only one account per platform. Profile IDs are obtained from the 'Profiles > List' operation. |
| Redirect URL | (Optional) A custom URL to redirect users after completing OAuth authentication. By default, users are redirected to the LATE dashboard. This allows redirection to a custom application with success or error parameters. |
Output
The node outputs JSON data representing the result of the connection operation. This typically includes details about the connected social media account and confirmation of successful linkage to the specified profile.
If the node supports binary data output (not indicated in the provided code), it would generally relate to media files or tokens, but this operation primarily deals with JSON responses related to OAuth connections.
Dependencies
- Requires an API key credential for authenticating requests to the LATE platform API.
- Depends on the LATE platform's OAuth flows for each supported social media platform.
- Network access to
https://getlate.dev/api/v1is necessary. - Proper configuration of OAuth redirect URIs on the social media platformsā developer portals may be required.
Troubleshooting
Common Issues:
- Incorrect or missing Profile ID: Ensure the Profile ID is valid and corresponds to an existing profile in LATE.
- OAuth flow failures: Verify that the OAuth credentials and redirect URLs are correctly configured both in LATE and on the social media platform.
- API authentication errors: Confirm that the API key credential is valid and has sufficient permissions.
Error Messages:
- Authentication errors usually indicate invalid or expired API keys or OAuth tokens.
- Validation errors may occur if required properties like Profile ID or Platform are missing or malformed.
- Redirect URL errors might happen if the URL is not whitelisted or improperly formatted.
Resolving these typically involves checking credentials, ensuring correct property values, and verifying OAuth app settings on the respective social media platforms.