How to crawl Facebook based on friendship information?

前端 未结 5 1552
时光说笑
时光说笑 2021-02-01 16:48

I\'m a graduate student whose research is complex network. I am working on a project that involves analyzing connections between Facebook users. Is it possible to write a crawle

5条回答
  •  迷失自我
    2021-02-01 17:28

    As others have stated, this is typically private information. If, however, Facebook per se isn't a requirement, you could use Google's Social API. A snippet from the Google Social Graph API page: "With the Social Graph API, developers can now utilize public connections their users have already created in other web services. It makes information about public connections between people easily available and useful."

    Here's an article on using it in Ruby: http://articles.sitepoint.com/article/google-social-graph-api-ruby-rails#

提交回复
热议问题