goinsta
goinsta copied to clipboard
Login Failed
Hello. Can anyone help me? I've run default code structure with 2FA,
insta := goinsta.New("correct_login", "correct_password")
err := insta.Login()
if err.Error() == goinsta.Err2FARequired.Error() {
code := "correct_2fa_backup_code"
err2FA := insta.TwoFactorInfo.Login2FA(code)
if err2FA != nil {
fmt.Print(err2FA)
}
} else if err != nil {
fmt.Print(err)
}
and receive an error "Request Status Code 400: fail, Invalid Parameters" What an I doing wrong?
The version is too old. If you try too many times, Your account will be black