I want to post an image on Instagram using Instagram-graph-API. The documentation does not especially give any support for Node.js. Also, online resources are very very little regarding this topic. Can some help in implementing this by first making an authentication request using a redirect URL(as mentioned in docs and few online resources) then using the auth code to generate an access token. Once we got the access token finally we post images on Instagram. There are no well-guided articles or docs regarding this. Most of the NPM packages are also not useful. Also, middleware such passport and others are not clear enough.
I need all the implementation using Node.js, Express. Can someone help me?