Quick question, for the timeline I've been using max_id=123456789 as a method of paging backwards instead of page=2. This stops the last few tweets from the previous page appearing at the top as more people tweet. So if the last tweet on the current page has an ID of 123456790, I make a request for max_id=123456789 (minus one to stop the same tweet appearing). However if the tweets will no longer be directly incremental, will this method still work or could the odd tweet disappear (I assume they would need to be posted at the same millisecond, but it could be possible)?
Thanks Ryan On Oct 12, 7:03 am, Matt Harris <[email protected]> wrote: > Hey everyone, > > Just a quick reminder that Snowflake (the new way we will generate > Status IDs) is scheduled to go live at 10am PDT/5pm UTC Tuesday 12th > October 2010 - today for many of you and tomorrow for those of you who > are on PDT. We'll send a Tweet on @twitterapi as a reminder just > before we do this, and another after Snowflake is enabled. > > The original announcement along with more information can be found in > our Announcements archive: > http://groups.google.com/group/twitter-api-announce/browse_thread/thr... > > Best, > > @themattharris > Developer Advocate, Twitterhttp://twitter.com/themattharris -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
