Mutual Friends Visualizer by Brynn Shepherd
This application visualizes the top 100 people with whom I share the most mutual friends on Facebook. I used the Facebook API to connect to Facebook's database and get information about my Facebook friends. For each one of my friends, I calculated how many friends we have in common, and stored this information in a list. I then used Processing to visualize the data and display the top 100 friends from the list in graph form. Clicking on a circle will reveal the name of the person it represents and the number of mutual Facebook friends I share with that person. The size of the circles is determined by this number.