M1n007 / node-insta-web-api

Simple, easy implementation of the Instagram private web API.
42 stars 17 forks source link

Error No Cookies When I try to login #12

Open ljs19923 opened 3 years ago

ljs19923 commented 3 years ago

I got the error no cookies when i try to login me..

Why?

await InstaClient.login('username,'password');
const profileData = await InstaClient.getProfileData();
console.log(profileData)
the-digital-anarchist commented 3 years ago

same here, anyone?