I am looking for Free social graph data. I tried to get LiveJournal's but most of the links through google are dead. Essentially, I have to test an application with six degrees of friendships. How and where to get this data?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Flickr has a good API. You can make up your own little dataset within a couple of hours.

link|improve this answer
I am not sure about your sure how it fits into my needs. I am talking about six degrees of friendships. How flickr would give this? Can you be bit more elaborate? – asyncwait Feb 22 '11 at 16:03
From the API you can extract IDs of users and their contacts. Once you've scraped enough users etc you should have a proper graph in place. I assume you're trying to prove the six degrees hypothesis, so pick out two random IDs from your dataset and start a traversal (maybe single way or double BFS) and see the separation. – Nishant Feb 23 '11 at 14:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.