DEV Community

Cover image for Single library to integrate many social media | Facebool | Instagram | Linkedin | Open Source
RFID Softwares
RFID Softwares

Posted on

Single library to integrate many social media | Facebool | Instagram | Linkedin | Open Source

All social media api to Facebook, Instagram, Meta Ads, LinkedIn, and Threads from Node.js with a simple, config-driven API. Framework-agnostic: pass your own credentials and optional image upload or content-adaptation callbacks.

Why use this?
One API — Post to one or more platforms, fetch recent posts with comments, reply in batch, create Meta ads, delete posts.
You own credentials — The library never reads process.env; you pass a config object (from env, secrets, or anywhere).
Flexible — Custom uploadImage (e.g. S3, Cloud Storage), per-platform contentAdapter, retries, progress callbacks.
Dual format — ESM + CommonJS; works with import or require in Node, serverless, or any JS runtime.
Install
npm install all-social-media-api

visit to know more: https://www.npmjs.com/package/all-social-media-api

Top comments (0)