Hi all,
Is it possible to get the Facebook page's comments in bulk ? Basically I am doing research project where I have to work on People Ideas / Comments
Any Idea
Regards,
Hi Rameezwaheed,
According to your description, I suggest you could try to use facebook graph api to achieve your requirement.
You could use "https://graph.facebook.com/{pageUrl}?access_token={_accessToken}" to get the page infor, then you could use "https://graph.facebook.com/comments?id={fbPageId}&access_token={_accessToken}&limit={max}" to get the comments.
More details, you could refer to below article:
https://www.surinderbhomra.com/Blog/Post/2016/06/26/Get-Facebook-Comments-For-A-Page-Using-Graph-API-In-ASPNET
Best Regards,
Brando
Thanks Brando for your kind reply.
it mean we only can get the particular page comments?