-
Notifications
You must be signed in to change notification settings - Fork 16
Description
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.