Facebook FQL public keyword search

I am trying to do something similar to the chart link below; however, I would like it to be in FQL form. I studied and tried to figure out how to do this; therefore, I failed.

https://graph.facebook.com/search?q= {insert keyword} & type = post

+5
source share
1 answer

FQL has been discontinued since version 2.0. What you are looking for is similar to a Google search, and this cannot be done via api. If you are looking for something according to your profile, write something to read and then analyze the meaning. You cannot run it on all of Facebook.

+1
source

All Articles