JSPM

instagram-graph-sdk

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q49771F
  • License MIT

Simple Instagram graphql API wrapper for node

Package Exports

  • instagram-graph-sdk

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (instagram-graph-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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