facebook - FQL: how to use WHERE clause in array-type fields? -
i want select feed stream table. problem want results specific 'text' in action_links fields..
action_links field array type.. don't know how use clause in field..
how that?
i use query fail..
$q = 'select permalink stream'; $q.= " filter_key='cg' , app_id = 'xxxxxxx'"; $q.= " , action_links.text = 'zzzzzzz'";
edit: imposible now.. because facebook not support yet...
i don't think possible, since operations can use are:
other functions available
now()
,strlen()
,substr()
,strpos()
.
so of them strings , not array.
one side note, action_links
array , not object, action_links.text
not correct anyway.
Comments
Post a Comment