UNPKG

@yaring/n8n-nodes-meta

Version:

N8N node for publishing content to Facebook, Instagram, and Threads with access token authentication. Supports text posts, photos, videos, Reels, carousels, and stories.

8 lines (7 loc) 396 B
import { INodeProperties } from 'n8n-workflow'; export declare const facebookOperations: INodeProperties[]; export declare const facebookFields: INodeProperties[]; export declare const instagramOperations: INodeProperties[]; export declare const instagramFields: INodeProperties[]; export declare const threadsOperations: INodeProperties[]; export declare const threadsFields: INodeProperties[];