instagram-graph-sdk
v0.4.0
Published
Simple Instagram graphql API wrapper for node
Downloads
28
Maintainers
Readme
Instagram graph sdk 🤳✨
A simple lightweight wrapper for facebook graph API for instagram written in typescript.
- Easy to use
- Built in image resize functionality (uses jimp)
- Rich types support
- Written in typescript
Why this library exists ❓
Instagram Legacy API permission was disabled on June 29, 2020 in favor of new Instagram graph API. Many functionality that did exist in pervious API is not available in new graph API such as options to get different resolutions of posts (images) and others. The goal of this sdk (Software development kit) to is to provide easy to use interface to use graph API also while also powering it with some additional features.
Installation 💾
Install using npm
npm install instagram-graph-sdk --save
Shipped 🚀
Graph API
📸 IG Media
- get all media for user (built in resizing support)
Basic Display API
♻️ Refresh long lived access token
Roadmap 🗾
☑ Add Usage docs ☑ Add test coverage ☑ Add semantic-release pipeline ☑ Include other endpoints (priority based on based on request)
Contributors 👬
- Open for contributions
Licence
MIT @ NextFaze