We built a module that if three unique users (with individual access
tokens) try to access the same photo url but can't (because it's been
deleted), a process will remove the photo from our datasource.
Not an ideal way of doing it, but there is no real-time push for deletes
(yet...?).
On Friday, August 3, 2012 4:34:51 PM UTC-7, Aakash K wrote:
> What's the preferred way of handling photo deletion? It looks like the
> real-time API does not get POSTed when an authenticated user deletes an
> Instagram photo. Should I scheduling a periodic full-sync to find photos
> that I know about but have been deleted in Instagram?
> Thanks,
> Aakash