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
873 stars 136 forks source link

Instagram sends emails about activity without reason #321

Open m33ts4k0z opened 2 years ago

m33ts4k0z commented 2 years ago

Version(s) affected: 6.16.0

Hello and thanks for this library.

It works fine but I wonder about one thing. In one of my servers, Instagram sends notification emails about "unusual" logins without any links to click. Then if I go to my account settings -> login activity I see that there is the map with my location and 2 buttons to confirm or deny that it was me. If I dont confirm my location in a timely manner, the servers will eventually stop displaying the feed.

The interesting thing is that my location is always the same and Instagram sends about 20 mails per day about confirming this exact same location.

Is there something to be done about it?

Thanks in advance

wailashraf71 commented 2 years ago

Any solutions?

m33ts4k0z commented 2 years ago

Yes.

Actually I use Laravel Forge and I had set the website as auto deploy everytime I pushed an update to the repo. This resulted in clearing the session folder so the website needed to login again. I deactivated the auto-deploy and it is working perfectly fine after that.