azzaxp
azzaxp

Reputation: 717

How to pull Facebook comments and feeds to hadoop?

I am working on a case study where I have to get comments, activities etc. from my facebook page and aggregate them in Hadoop for textual analysis using map reduce.

What is the right way to pull Facebook fan page Feeds? Is there any API for it, which can be consumed by hadoop components like flume or scribe?

Upvotes: 4

Views: 8620

Answers (1)

Dreen
Dreen

Reputation: 7226

Yes, the JSON API is called Graph, I recommend you start with the tutorial

Upvotes: 2

Related Questions