php - Can the Facebook Graph API supply me an array of friends who use an app I created? -


i'm trying find information shows how can list of friends use facebook app created. possible?

you can use follow fql query:

select uid, name user has_added_app=1  , uid in (select uid2 friend uid1 = me()) 

this better using deprecated old rest api method.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -