try to post on instagram using https://github.com/dilame/instagram-private-api
git clone https://github.com/boly38/testInsta.git
cd testInsta
npm installexport IG_USERNAME=toto
export IG_PASSWORD=tataboumX
node myTest help
node myTest home
unset IG_USERNAME IG_PASSWORD
# alternative to export
IG_USERNAME=toto IG_PASSWORD=tataboumX node myTest homeSee also (success) testFB