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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -