Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Instagram API - Instasharper giving 'challenge_required' error on login

Tags:

c#

instagram

I have been using the Instagram API library Instasharper successfully over the last few months to help automate a few Instagram tasks for me.

Using a very similar approach to the below to get logged in.

https://github.com/a-legotin/InstaSharper/blob/develop/InstaSharper.Examples/Program.cs

However about a week ago this has suddenly stopped working, where it is now giving me an error of 'challenge_required'on login.

Has anyone any ideas why this has started to happen?

enter image description here

like image 984
user3284707 Avatar asked Jan 21 '26 23:01

user3284707


1 Answers

This worked for me:

Steps:

1- login instagram in your browser

2-Copy 'www.instagram.com/challenge/' in your address bar

3-Select this was me

like image 152
Alireza Avatar answered Jan 24 '26 15:01

Alireza