[twitter-dev] Re: Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-14 Thread John Kalucki

Yes, the two are related. Good sleuthing.

On Jul 13, 10:08 pm, Damon Clinkscales  wrote:
> On Mon, Jul 13, 2009 at 9:53 PM, John Kalucki wrote:
> > Deletions will be enabled on or after Thursday July 16th, as
> > previously scheduled.
>
> > From the wiki,  http://apiwiki.twitter.com/Streaming-API-Documentation:
>
> > Streams may also contain status deletion notices. Clients are urged
> > to  honor deletion requests and discard deleted statuses immediately.
> >     * XML:  12343 > status>
> >    * JSON: { "delete": { "status": { "id": 1234, "user_id": 3 } } }
>
> I don't know if this is related to the Streaming API directly or not,
> but I am curious when deletions are going to be reflected in the
> Search Index.  At the WWDC meeting, I believe that Matt said that was
> coming.  I just wonder if that time has come after July 16th or if
> that will be sometime later.
>
> Thanks,
> -damon
> --http://twitter.com/damon


[twitter-dev] Re: Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-13 Thread Damon Clinkscales

On Mon, Jul 13, 2009 at 9:53 PM, John Kalucki wrote:

> Deletions will be enabled on or after Thursday July 16th, as
> previously scheduled.
>
> From the wiki,  http://apiwiki.twitter.com/Streaming-API-Documentation:
>
> Streams may also contain status deletion notices. Clients are urged
> to  honor deletion requests and discard deleted statuses immediately.
>     * XML:  12343 status>
>    * JSON: { "delete": { "status": { "id": 1234, "user_id": 3 } } }

I don't know if this is related to the Streaming API directly or not,
but I am curious when deletions are going to be reflected in the
Search Index.  At the WWDC meeting, I believe that Matt said that was
coming.  I just wonder if that time has come after July 16th or if
that will be sometime later.

Thanks,
-damon
--
http://twitter.com/damon


[twitter-dev] Re: Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-13 Thread Joel Strellner


Wow John, that was quick. Thank you.

-Joel

On Jul 13, 2009, at 7:53 PM, John Kalucki  wrote:



In addition to deletion notices, limitation notices will be added to
track streams. These notices will be enabled on or after Tuesday July
14th.

Deletions will be enabled on or after Thursday July 16th, as
previously scheduled.


From the wiki,  http://apiwiki.twitter.com/Streaming-API-Documentation:


Streams may also contain status deletion notices. Clients are urged
to  honor deletion requests and discard deleted statuses immediately.
* XML:  12343
   * JSON: { "delete": { "status": { "id": 1234, "user_id": 3 } } }

Track streams may also contain limitation notices, where the integer
track is an enumeration of statuses that matched the track predicate
but were administratively limited. These notices will be sent each
time a limited stream becomes unlimited.
   * XML:  1234
   * JSON: { "limit": { "track": 1234 } }


-John Kalucki
twitter.com/jkalucki

Services, Twitter Inc.