I was messing around with FQL and I have this query:
SELECT created_time, attachment, message FROM stream WHERE source_id = me() LIMIT 1000
which returns 1000 results, which is most important to me. I would like to filter, for example, on MESSAGE NOT NULL. Is this possible (or something similar) with FQL?
source share