Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook FQL public post search by keyword

I'm trying to accomplish something similar to the graph link below; however, I would like it to be in FQL form. I've been exploring and trying to figure it out how to accomplish this; consequently, I've failed miserably.

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

like image 543
TTaM Avatar asked Nov 13 '22 06:11

TTaM


1 Answers

FQL has gone out of use as of version 2.0. What you are looking for seems like a google search and it can not be done via the api. If you looking for something on your own profile write something to read and then parse the value. You can not run it on the whole of Facebook.

like image 169
Suraj Avatar answered Nov 15 '22 11:11

Suraj