We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e508baf commit ff03cd2Copy full SHA for ff03cd2
instagram.js
@@ -297,7 +297,7 @@ module.exports = class Instagram {
297
return fetch('https://www.instagram.com/accounts/login/ajax/', options).then(
298
t => {
299
this.updateEssentialValues(t.headers._headers['set-cookie'])
300
- return this.essentialsValues.sessionId;
+ return this.essentialValues.sessionid;
301
}).catch(() =>
302
console.log('Instagram authentication failed (challenge required erro)')
303
)
0 commit comments