pgrimaud / instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
MIT License
873 stars 136 forks source link

Instagram error Checkpoint required, please provide IMAP credentials to process authentication. #139

Closed jAKErCZ closed 3 years ago

jAKErCZ commented 3 years ago

Hello, when setting up Instagram we popped out this error.

Instagram\Exception\InstagramAuthException

Checkpoint required, please provide IMAP credentials to process authentication.

May I ask how do I eliminate the error?

Thx

pgrimaud commented 3 years ago

Hello,

This error popped when email validation should be set using a code received by mail. Did you try this one : https://github.com/pgrimaud/instagram-user-feed#version-63-checkpoint-challenge-bypass ?

jAKErCZ commented 3 years ago

Hello,

This error popped when email validation should be set using a code received by mail. Did you try this one : https://github.com/pgrimaud/instagram-user-feed#version-63-checkpoint-challenge-bypass ?

Thx for help and I have the last query the getMedias() method returns all the media in the account but what if I only want to return the last 6?

PrasadBroo commented 3 years ago

@jAKErCZ so this solution worked for you? im also facing same problem

jAKErCZ commented 3 years ago

@jAKErCZ so this solution worked for you? im also facing same problem

Hi, I create new account to Instagram and no problem.

PrasadBroo commented 3 years ago

How many request you handel in a day from one account?

jAKErCZ commented 3 years ago

How many request you handel in a day from one account?

currently about 5. Sometimes it wants to verify that the account is active, but after verification it runs again.

camohub commented 3 years ago

This is insane. Is there a solid link to IG support? This is not an API. This is corporate terror. I need images from owner site. I have login and password. Why should I parse an email..... I dont understand....

pgrimaud commented 3 years ago

This is not an API.

Right, it's a scrapper.

stuartcusackie commented 1 year ago

By the way this also happens when Instagram detects suspicious activity, e.g. your server is located in a different country. Instagram now requires that you set a new password when this happens - Not sure how long it will work for after that.