0

I am doing sentimental analysis research for my final year research for facebook comments. But I don't know how can I collect facebook comment's data.

  • 4
    Read up on Cambridge Analytica, both to learn how they gained access to Facebook profiles, and so you're aware of the risks of ToS violations https://theintercept.com/2017/03/30/facebook-failed-to-protect-30-million-users-from-having-their-data-harvested-by-trump-campaign-affiliate/ – mttpgn Mar 28 '19 at 03:34

1 Answers1

0

Facebook Graph API get all comments

This might be a useful starting point, as someone with a similar project goal.

I'd probably go with a programming language you're comfortable with, searh for a Facebook API software wrapper (Python) or package (R Studio), and read up on what the functions do.