I have a facebook account and I would like to extract my friend\'s photo and its personal detail such as \"Date of birth\", \"Studied at\" and so on. I am able to extract the ad
Use selenium 2.0 for C#. http://seleniumhq.org/download/
var driver = new FirefoxDriver(); driver.Navigate().GoToUrl("http://www.google.com"); String pageSource = driver.PageSource;