SDK
The bundle.social SDK is a set of tools that allows you to easily integrate bundle.social into your application.
Node.js SDK
NPM: https://www.npmjs.com/package/bundlesocial
Github: https://github.com/bundleglobal/bundlesocial-node
Installation
Make sure you have generated an API key on bundle.social.
Setup
Usage
Get the organization information
Create a team
Get the team information
Manage social accounts
You can either use our authenticated page hosted by us or implement the flow by yourself. (Click here to learn more).
Connect social account - hosted by us
It generated an authenticated user session on our portal to let your user connect their social accounts.
Connect social account - hosted by you
It enables you to connect social accounts directly through your app, but required more work to set up.
Select page, account or channel (required for FACEBOOK, INSTAGRAM, YOUTUBE and LINKEDIN)
After the user has connected the account and was redirected to your page, you can let the user select the page, account or channel. We unified the data for all platforms. Each social account has a channels
field, that is an array of their channels (pages, accounts, channels depending on the platform).
Upload a file
Create a post
Get the post information
Handling errors
Handling webhook events
Was this page helpful?