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

Unfollow user: Request Status Code 400: fail, feedback_required (by using specific ids) #58

Open
wbdb opened this issue Aug 14, 2023 · 0 comments

Comments

@wbdb
Copy link
Contributor

wbdb commented Aug 14, 2023

Unfollow user: Request Status Code 400: fail, feedback_required

profile, err := insta.VisitProfile("username")
if err := profile.User.Unfollow(); err != nil {
	//is true
}

Edit: I found out that the error only occurs when I use this. But unfortunately have not yet understood why.

insta.SetDevice(
    goinsta.Device{
        Manufacturer:     "Google",
        Model:            "Pixel 7 Pro",
        CodeName:         "Pixel 7 Pro",
        AndroidVersion:   32,
        AndroidRelease:   13,
        ScreenDpi:        "512dpi",
        ScreenResolution: "1440x3120",
        Chipset:          "Google Tensor G2",
    },
)
//Problematic part starts here - without, it works fine
insta.SetDeviceID("android-2938gklsa9434")
insta.SetUUID("82de2bdf-f157-4691-9a61-e317128d6c5f")
insta.SetPhoneID("ecf867b5-381b-4a9d-bdbb-fe8c9fd8d578")
insta.SetFamilyID("9c24f8c4-29f8-5e16-9485-468d6603f9f9")
insta.SetAdID("6c34b93c-4322-5dff-c7cc-429a9f532g6c")
@wbdb wbdb changed the title Unfollow user: Request Status Code 400: fail, feedback_required Unfollow user: Request Status Code 400: fail, feedback_required (by using specific ids) Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant