-
Hi Sbertix |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @aslios, there's no way using the API itself… Of course any deletion might be due to a simple "unfollow", someone deactivating their account or they actually blocking you. I hope it's clear enough 😊 |
Beta Was this translation helpful? Give feedback.
Hey @aslios,
there's no way using the API itself…
What you can do is cache your followers, then refresh the list and compare the two for changes.
Of course any deletion might be due to a simple "unfollow", someone deactivating their account or they actually blocking you.
You can narrow it down by checking for the existence of the account outside of the API (for instance inspecting and scraping their Instagram web page), then comparing it with your
Endpoint.User.summary
results.There's not a single way you can do this, and it mostly depends on your needs.
I hope it's clear enough 😊