[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-25 Thread Seth Ladd
I'd also love to see an event log. That would help my application tremendously, and would seemingly address any syncing use cases. On Mar 24, 4:36 pm, Bill Robertson billrobertso...@gmail.com wrote: I would like to see an event query. Request: user id, since (date only) Response:  

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-25 Thread JakeS
That event query does sound like a great idea. I wouldn't even mind if each one of those was a separate call. On Mar 25, 3:22 am, Seth Ladd sethl...@gmail.com wrote: I'd also love to see an event log.  That would help my application tremendously, and would seemingly address any syncing use

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-25 Thread Bill Robertson
Separate calls might be bad because twitter would have to put up with http requests. OTOH if assembling all of that information is expensive then separate might work too. On Mar 25, 5:55 pm, JakeS jakesteven...@gmail.com wrote: That event query does sound like a great idea.  I wouldn't even

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-25 Thread Seth Ladd
Basically, I'd like an IMAP for Twitter. On Mar 25, 3:50 pm, Bill Robertson billrobertso...@gmail.com wrote: Separate calls might be bad because twitter would have to put up with http requests.  OTOH if assembling all of that information is expensive then separate might work too. On Mar 25,

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-24 Thread Abraham Williams
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

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-24 Thread JakeS
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

[twitter-dev] Re: Handling deleted messages when caching locally

2009-03-24 Thread Bill Robertson
I would like to see an event query. Request: user id, since (date only) Response: notification if user's profile has changed id's of deleted messages (in timeline, not just owned by user) ids or details of new followers for user ids of lost followers for user ids of details or new