I want to build a website that will harvest data from: *facebook status of my friends *other website

Unfortenatly, I don't know how to harvest data. Can someone recommend of a book\tutorial ? How to approch this field?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

The phrase you're looking for is Web scraping.

Unfortunately, copying data from Facebook and other websites and re-publishing it has a number of legal and ethical issues, which are probably more significant than the technical hurdles.

If you intend to use C# (I'm guessing from your tag), the HTML Agility Pack library will be useful.

link|improve this answer
I tried using js instead of c#. – Elad Benda Jul 23 '11 at 17:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.