I\'m using a Facebook application that has a rich set of information that I\'d like to get at offline. To do this, I essentially need to read the infromation from the web pa
You will first have to write a script to programmatically log into facebook. Then you will have to save the cookies you get.
I have done something similar with curl and php. (curl has built in cookie handling)