Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I was wondering if anyone knows how to gather data from millions of people around the globe via these social networks in order to get the statistics. I need this for a project I'm trying to do and do not need to know the actual person posting such information (such as statuses, comments, information about them, etc) so as not to break any data privacy laws.

I need to know things like how many people commented about Obama today and what was their sex (female or male) and things like that.

is that possible in any way?

Thanks a million

share|improve this question
2  
That kind of information gathering requires resources of CIA proportions. You should ask them... they're probably on their way already. :) – zombat Dec 14 '09 at 22:56

2 Answers

I think you're asking if there are any resources to mine for social data.

Your best bet is to check out the Twitter or Facebook APIs. Variables like age, sex, location will probably be far more difficult to ascertain than raw status info, but it can be done.

For Twitter, I would recommend using the Twitter streaming API and filtering for specific keywords.

share|improve this answer

For MySpace, use the Real-Time Stream PUSH feature: http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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