How to programmatically find which of my friends are using my application using Mogli or Facebooker2.
If the only way is to use FQL can someone provide an example?
I think the code bellow is able to find the
select uid, name, is_app_user from user where uid in (select uid2 from friend where uid1=me()) and is_app_user=1