fb -text mining -public updates mention a given keyword

Hi , I am a newbie here. I am trying to do text mining on facebook by retrieves public updates that mention a given keyword. I tried to use library "searchFacebook" from Packege "Rfacebook". But this library was deprecated and I could not find any posible way to search for given keywords on fb. any suggestion please ? Thanks in-adavance

searchFacebook function - RDocumentation!
Unbenannt|653x81

Hi @SamforSam and welcome to Rstudio Community

The Facebbok API change and Rfacebook is no longer suitable. As I know in the community nobody took over with this API in a library.
So If u want to use this API, you must read about it (https://developers.facebook.com/docs/pages/) and use the library httr to request it with the good endpoint.

Hope it help

1 Like

Thank a lot @Rodrigue,

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.