Set AllowAutoRedirect to true on your HttpWebREquest instance.
x0n
2010-01-16 22:16:33
Collect all the cookies from the previous (login) responses as at least one of them will be the cookie that tells Yahoo that you have already logged in. Then include the cookies with your post requst to the destination page, or any other interaction with Yahoo.
Edit: See this article for a complete code example for collecting and re-using cookies.
http://blogs.msdn.com/dgorti/archive/2005/08/16/452347.aspx
This is getting complicated.
The short answer seems to be Collect the Cookies. For some reason I fail at doing it though.