Skip to content
Ramtin Jokar edited this page Sep 22, 2018 · 17 revisions

What is challenge required? or checkpoint_challenge_required

Challenge require error when appears that you are try to login multiple times with different devices. Sometimes instagram will block suspicious IP address, and then we need to pass challenge require. Sometimes when you create an account with email address, instagram shows you this error, to add a valid phone number.

Is InstagramApiSharp has functions for dealing with challenge require?

Yes, You can check ChallengeRequireExample and InstaPost to see how challenge functions works.

What is consent required? or consent_required

This error when appears that you are trying to do anything in countries that requires General Data Protection Regulation (GDPR) law. (will appears in European countries.)

Is InstagramApiSharp has functions for dealing with consent require?

At the moment, No, it hasn't. I tested every piece of packets that official instagram app is using, but it doesn't work at all.

How can I use my saved session when constantly showing me consent required?

You must use a VPN or proxy that isn't GDPR countries. You can check what country is in GDPR in here

Clone this wiki locally