Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create account or sign up cannot be process #1753

Open
jekjeki opened this issue Jan 29, 2024 · 0 comments
Open

create account or sign up cannot be process #1753

jekjeki opened this issue Jan 29, 2024 · 0 comments
Labels
question unconfirmed This issue hasn't been read/confirmed/accepted by an admin

Comments

@jekjeki
Copy link

jekjeki commented Jan 29, 2024

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 jekjeki added question unconfirmed This issue hasn't been read/confirmed/accepted by an admin labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question unconfirmed This issue hasn't been read/confirmed/accepted by an admin
Projects
None yet
Development

No branches or pull requests

1 participant