dilame / instagram-private-api

NodeJS Instagram private API SDK. Written in TypeScript.
MIT License
5.99k stars 1.14k forks source link

create account or sign up cannot be process #1753

Open jekjeki opened 9 months ago

jekjeki commented 9 months ago

const create = await Bluebird.try(()=> ig.account.create( username, password, email, first_name )) .catch((IgResponseError, error) => { console.log(error) })

console.log(create)

I have trying to use instagram-private-api for create account and installing using npm, i have trying a lot, but the response is the api bad request,

I am a newbie gor using this api, any advice for me how to solve it ???

thanks

sunmasters commented 4 months ago

You can't use it, because it is outdated