Internet Programming Project EX

Summary: This is an extra credit project for those students in the class who might need a little extra to get them over that B minimum for the course. This project will combine the two post midterm topics: web programming and security.

Details:

You will write a facebook spider. It should start with the users friends, then go to their friends, friends and so on till you are three layers away from the original user (Friends of Friends of Friends).

You should gather from each user (friends)
Finally display the data with the following format
  1. A series of interest titles (lets make them h3 in html formatting) with a list of all friends and friends of friends etc with that interest below in standard text
  2. a list of all users whose likes you could see
  3. a list of all users whose likes you couldn't see
  4. A list of all userses whose status updates you could see
  5. A list of all userses whose status updates you couldn't see
Your project must work on csdev02, with the limitations of that Apache server.

To Turn in:


Turn in via email:

Your code
A text document with the following things: