[twitter-dev] Re: Date-based update retrieval

2009-03-29 Thread Dossy Shiobara


On 3/29/09 1:53 AM, Cameron Kaiser wrote:

Is it impossible to write a script that will show me my own tweets for
a given day?


No, but you *will* have to do client-side filtering. There is no direct
'presto et voila' method.



All API methods that support since for a starting date should also 
accept until for an ending date.  The argument is whether until 
should be inclusive, or exclusive.  I'll let that holy war be fought by 
infidels other than myself ... :-)


--
Dossy Shiobara  | do...@panoptic.com | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on. (p. 70)


[twitter-dev] Re: Date-based update retrieval

2009-03-28 Thread Dan

The since parameter doesn't achieve what I want since it pulls in
all the unneeded tweets AFTER the specified date as well.

This isn't just a personal project; if I can get this to work, it
would be on a multi-user scale, where each user supplies his or her
twitter credentials and can then see their tweets when they click on a
specific day. Manually downloading a CSV file and parsing it each and
every time would be a waste of server resources. It seems like the API
would be robust enough to handle a SELECT ALL TWEETS FROM $date.

Is it impossible to write a script that will show me my own tweets for
a given day?

On Mar 28, 12:39 am, Abraham Williams 4bra...@gmail.com wrote:
 You can use the since parameter for going up to 24 hours old. Otherwise you
 have to just manually page back until you get what you need.

 On Fri, Mar 27, 2009 at 23:34, Dan dan.chil...@gmail.com wrote:

  Perhaps I'm completely missing this, but if I can properly
  authenticate a user in a PHP script, how can I then retrieve their
  updates for a particular date?

 --
 Abraham Williams |http://the.hackerconundrum.com
 Web608 | Community Evangelist |http://web608.org
 This email is: [ ] blogable [x] ask first [ ] private.
 Sent from: Madison WI United States.


[twitter-dev] Re: Date-based update retrieval

2009-03-27 Thread Abraham Williams
You can use the since parameter for going up to 24 hours old. Otherwise you
have to just manually page back until you get what you need.

On Fri, Mar 27, 2009 at 23:34, Dan dan.chil...@gmail.com wrote:


 Perhaps I'm completely missing this, but if I can properly
 authenticate a user in a PHP script, how can I then retrieve their
 updates for a particular date?




-- 
Abraham Williams | http://the.hackerconundrum.com
Web608 | Community Evangelist | http://web608.org
This email is: [ ] blogable [x] ask first [ ] private.
Sent from: Madison WI United States.