instagram-web-api
instagram-web-api copied to clipboard
Added buffer option to image upload
Checks if the provided photo is a Buffer If its already a buffer, photo buffer is assigned to file Else its goes on to check isUrl() and finally fs.readFileSync() like before
we need this
It's works fine.