Ok, I figured it out. Ofcourse it was a PEBKAC problem :-)
I didn't realize that you had to use the login style request.
when i do
http://twitter.com/statuses/friends_timeline.xml?since=<urlencoded
http date>
it works !
I tried to add my username and password to the url, but my XML parser
did not like that url, so i just switched to using curl to grab the
file and then pass that file to the XML parser. Working good now.
Just out of curiosity, is there any reason you guys chose not to
implement this to work?
http://twitter.com/statuses/friends_timeline/7491842.xml?since=Wed%2C+27+Feb+2008+00%3A52%3A14+GMT
> Yes, we support the "since" parameter and If-Modified-Since headers
> for the friends_timeline method.
>
> On Tue, Feb 26, 2008 at 5:24 PM, <
whazl...@gmail.com> wrote:
>
> > I've been looking through the documentation, and even though I've
> > found a few posts about the since paramter, I've not found out if it
> > is spoused to be working currently.
>
> > Should this work?
>
> >
http://twitter.com/statuses/friends_timeline/7491842.xml?since=Wed%2C...