When a user logs in to my facebook application, i want to show him a list of all of his friends that has my application installed.
can I use FQL to query who's of his friends have my application installed? and if so how ?
thanks!
|
When a user logs in to my facebook application, i want to show him a list of all of his friends that has my application installed. can I use FQL to query who's of his friends have my application installed? and if so how ? thanks! |
|||||||
|
|
Actually, you can do pull list of friends who installed an app through FQL.
|
|||
|
|
|
You can do it like this also, if is_app_user=1 then its app user.
|
|||
|
|