Hi Gustavo,

The If-Modified-Since is a http header not a url parameter. You want
to user the 'since' parameter...

 string url = "http://twitter.com/statuses/replies.xml?since="; +
HttpUtility.UrlEncode("True, 09 Feb 2009 14:00:00 GMT")

Also your http formatted date is wrong.

Regards,

Rhys





On Feb 9, 11:57 am, Gustavo Melo <[email protected]> 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 Desenvolvedorwww.espacodj.com

Reply via email to