-
Notifications
You must be signed in to change notification settings - Fork 241
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
Challenge Required Error when trying to login #589
Comments
hey did you fixed that ? |
I was having the same issue, but I just logged in Via web and mobile, get a message that there were some suspicious logins, I clicked that everything was Ok, after that I try running the app again and it works just good. |
Same here, no problem after web interaction. |
@vaibhav-shah1988 if (loginResult.NeedsChallenge)
{
await api.AcceptChallengeAsync();
} But if account got suspended or locked, it won't work. |
i didnt understand did you fixed that ? |
Still getting this issue. Even when using this code below. if (loginResult.NeedsChallenge) Error = User Must Be authenticated. I log into the instagram account and click on (This was Me). After I can login on the browser. But the app will still not work. Images wont upload to instagram. |
I've:
Issue category
Language
Usage
Operating System
Describe your issue
When I am trying to login using InstagramApiSharp, every time I get below error. Every time I have to go to "https://www.instagram.com/challenge/" & click "That was me", but still next time same error occurs.
Screenshots
The text was updated successfully, but these errors were encountered: