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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -