InstaPoster icon indicating copy to clipboard operation
InstaPoster copied to clipboard

Instagram blocked this script?

Open dvlop opened this issue 5 years ago • 1 comments

On part login

$ig = new \InstagramAPI\Instagram($debug, $truncatedDebug);
try {
    $ig->login($username, $password);
} catch (\Exception $e) {
    echo 'Something went wrong: '.$e->getMessage()."\n";
    exit(0);
}

i got error: "Something went wrong: InstagramAPI\Response\LoginResponse: Challenge required."

Instagram blocked this method?

dvlop avatar Feb 20 '20 17:02 dvlop

Challenge required

Yes, mgp25/instagram-php is taken down

I have created a list of Social Tools that works well goto https://github.com/alx-xlx/Tools-Collection and find InstagramBot-GUI-Python

alx-xlx avatar Feb 25 '20 22:02 alx-xlx