Skip to content

Simulated login flow is absent #5

Description

@Julian-O

In the PHP library is a dire warning marked "SUPER IMPORTANT" on line 589 that describes how, after logging in, you must make a sequence of 14 (current count) unnecessary calls to Instagram, to properly simulate how a phone refreshes itself.

It says if you don't do this Instagram

WILL detect you as a bot and silently BLOCK features or even ban you.

The LevPasha version of this library, that this was forked from, made some of those calls - I think it was an out of date list, because several resulted in errors. (The errors were simply ignored, but the new exception regime meant in this fork, the errors quite rightly prevented logging in.)

The calls were simply removed, logging in became considerably faster, and to date, Instagram haven't stomped on my account, but I am living life on the edge.

Consider returning the simulated calls to the log in flow.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions