I am trying to filter my friends based on work history by using fql, but fql does not return any results. Here is the fql i am trying: select uid,username,work from user where uid in (select uid1 from friend where uid2 = $myid) and work.employer.id IN ($someid)
i get the result - { "data": [ ] }
Am i doing something wrong?