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
881 stars 137 forks source link

feedback_required ! #297

Closed armanvid closed 2 years ago

armanvid commented 2 years ago

Client error: POST https://www.instagram.com/web/friendships/3118475194/unfollow/ resulted in a 400 Bad Request response: {"message":"feedback_required","spam":true,"feedback_title":"Try Again Later","feedback_message":"We restrict certain ac (truncated...) i get this error how i can fix it?

cookieguru commented 2 years ago

I'm not certain since you truncated the message but it looks like you are sending too many requests in a short amount of time. Try waiting longer in between requests, and set up exponential backoff if you continue receive this error.

pgrimaud commented 2 years ago

Try waiting longer in between requests, and set up exponential backoff if you continue receive this error.

^ This. Or use proxies.