[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

[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

[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