I have a big problem with Facebook FQL if I do
select message from stream where source_id=175102475936031
I can get the correct data if I do this
select message from stream where source_id IN(175102475936031,etc,etc,etc)
I have empty JSON, why? is there an alternative to this choice? I need to read messages from several events.
source share