Hi guys,
I am making a php script which automatically likes pictures on Instagram based on a keyword search. I am liking about ~95 pictures an hour and I am constantly getting the following error:
This basically means that I am getting banned for like 12 hours.
The max amount of likes per hour is 350. And I tried out instamacro yesterday which even liked 4000 pictures in 3 hours without getting banned. Could someone tell me what I am doing wrong or how to prevent from getting banned?
Thanks!
I am making a php script which automatically likes pictures on Instagram based on a keyword search. I am liking about ~95 pictures an hour and I am constantly getting the following error:
Code:
stdClass Object
(
[meta] => stdClass Object
(
[error_type] => APIError
[error_code] => 400
[error_message] => We've taken extra measures to protect the Instagram API from abnormal activity. Since you have recently created your API application, please contact apidevelopers to receive whitelisting for a higher rate limit.
)
)
This basically means that I am getting banned for like 12 hours.
The max amount of likes per hour is 350. And I tried out instamacro yesterday which even liked 4000 pictures in 3 hours without getting banned. Could someone tell me what I am doing wrong or how to prevent from getting banned?
Thanks!
Last edited: