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
Post a Comment