instagram-private-api icon indicating copy to clipboard operation
instagram-private-api copied to clipboard

create account or sign up cannot be process

Open jekjeki opened this issue 1 year ago • 1 comments

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

jekjeki avatar Jan 29 '24 02:01 jekjeki

You can't use it, because it is outdated

sunmasters avatar Jul 09 '24 18:07 sunmasters