I try this too:
HttpWebRequest http = (HttpWebRequest)WebRequest.Create(url);
http.IfModifiedSince = DateTime.Now;

This code will give to me only replies that was new on 24 hours behind?
In this case too, return all (all days) replies that i had.

On Mon, Feb 9, 2009 at 2:57 PM, Gustavo Melo <pipoc...@gmail.com> wrote:

> Hello Guys,Som1 had some code snippets using If-Modified-Since in C#?
> Whatever, header or parameter...
> I want to get only replies TODAY starting of my parameter with some HOUR
>
> Example:
> I had 10 replies today (1 am -> 10 am) and i want only (5 am -> 10 am)
>
> I'm trying this:
>
> string url = "http://twitter.com/statuses/replies.xml?If-Modified-Since=";
> + HttpUtility.UrlEncode("True, 09 Feb 2009 14:00:00 GMT")
>
> --
> Analista Desenvolvedor
> www.espacodj.com
>



-- 
Analista Desenvolvedor
www.espacodj.com

Reply via email to