FQL facebook query language: how can i query the list of friends of a specific user that has my application installed? -


When a user enters my Facebook application, I want to show him a list of all my friends, The application has been installed.

Can I query for using FQL, who has established my application of my friends? And if so how?

Thank you!

Actually, you can list the bridges of friends who have installed an app via FQ .

  Select UID, name, pixel, user from WHERE is_app_user and in UID (select friend where UID1 = me ())  

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -