facebook - FQL - How do i filter friends based on their work history -


i trying filter friends based on work history using fql, fql not return results. here fql trying: select uid,username,work user uid in (select uid1 friend uid2 = $myid) , work.employer.id in ($someid)

i result - { "data": [ ] }

am doing wrong?

this because work field doesn't obey other fields due how arrays set each each work object. example strlen(work.employer.id) gives 0.

so in short fql doesn't support feature. can try submitting bug report.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -