Yogi W
Results
1
issues of
Yogi W
I used this code `let Instagram = require('instagram-nodejs-without-api'); Instagram = new Instagram() Instagram.getCsrfToken() .then((csrf) => { Instagram.csrfToken = csrf; console.log(csrf) }).then(() => { Instagram.auth('----', '-----').then(sessionId => { Instagram.sessionId = sessionId...