Open jekjeki opened 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
You can't use it, because it is outdated
const create = await Bluebird.try(()=> ig.account.create( username, password, email, first_name )) .catch((IgResponseError, error) => { console.log(error) })
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