goinsta icon indicating copy to clipboard operation
goinsta copied to clipboard

Login Failed

Open justewg opened this issue 1 year ago • 1 comments

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?

justewg avatar Aug 11 '24 03:08 justewg

The version is too old. If you try too many times, Your account will be black

armstrong13541757 avatar Jan 03 '25 09:01 armstrong13541757