I am trying to fetch following case using FQL
If few users have authorized \"Application A\" then is it possible to know that currently how many users are using tha
SELECT uid FROM user WHERE uid IN ( SELECT uid2 FROM friend WHERE uid1 = '549483876' ) AND is_app_user = 1