Open yogiw opened 6 years ago
Hello. Please check this in 1.0.0 version.
It's working ? Your issue is resolved ?
Isn't resolved yet. When I log the Instagram, It's returned undefined.
what version of package do u use ?
"instagram-nodejs-without-api": "^1.0.0",
Or maybe I did something wrong?
Yeah. This is problem and I will resolve it soon.
We are fixed! I updated the version. Try to use 1.0.3, but if u will have challenge required exception - push me.
Yeah, I got the CSRF but It's always said that the authentication was error and challange required. what is that?
same issue.
I can get token but can not get sessionId, it says "Instagram authentication failed (challenge required erro)"
@yogiwisesa try to change account or auth from a web interface. Instagram is changing API and we should prepare functional for instagram challenges.
I changed my password, but still isn't working.
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 => {
}) })`
it's always logged empty string ("").