For each person, rank the person on the centrality of the theme of the network based on the profile, pages, wall and profile picture.
Some persons do not publish their friend list, but some of their connects will be able to get through the friend lists of their friends.
grep -C2 "\*" friends | grep -v "Friend Request Sent" | grep -v "See More" | grep -A1 "\*" | grep -v "\*" | grep -v "\-\-" | cut -d " " -f 7- | sort | uniq > "foos.friends" |