I was thinking how to write a program which can log me to Facebook and collect the latest status updates of my friends to a linked list. Can this be done for example by PHP or Python without learning Facebook api or do I need to learn that first?
Share
probably scraping their mobile site seem the easiest solution in that case
http://m.facebook.com/
python seem the best language to deal with it