That might work, but then I'd have to loop through every status id I
have in my cache and see if it exists in the list.  It'd be a lot
simpler to get a list of deleted items (since XX) and simply remove
them from my cache.

If there's no existing way to handle it.

On Mar 24, 12:28 pm, Abraham Williams <4bra...@gmail.com> wrote:
> I've added a feature request that I see as being able to fix 
> this:http://code.google.com/p/twitter-api/issues/list?thanks=379
>
> It would be a call to return a list of all status ids for a user.
>
> On Tue, Mar 24, 2009 at 08:51, JakeS <jakesteven...@gmail.com> wrote:
>
> > My application caches the user's timelines locally, fetching only new
> > items using the since_id parameter (so it can be "nice" to twitter's
> > servers).
>
> > However, I'm getting some complaints from users who delete items using
> > the website.  The items remain in my application's cache.  Of course
> > it seems perfectly logical to me.  If they clear their cache, the full
> > list is fetched again and the deleted items are gone.
>
> > Anyone have any ideas on a better way to handle this situation?  Is
> > there some way to fetch a list of "deleted" status ids?
>
> --
> Abraham Williams |http://the.hackerconundrum.com
> Web608 | Community Evangelist |http://web608.org
> This email is: [ ] blogable [x] ask first [ ] private.
> Sent from: Chicago Illinois United States.

Reply via email to