How can I get the HTML code from my user area of a website?
Example: When writing
String[] lines = loadStrings("
https://www.facebook.com/");
I want to get my Newsfeed and not the Login page.
Should I forward my username and password to get logged in via post message (I set up a user for this project, so it doesn't matter if the password isn't protected by using a mehtod like this)? Is appache.commons.httpclient a good idea for that?