I have done a lot of research regarding this issue and I cannot find a way to retrieve all the friends of a user that are using a web app.
I don't believe that it cannot be do it with the Graph Facebook Api.
Having a "user_token" I can retrieve a list of all the friends with https://graph.facebook.com/me/ but still I am cannot find the way to do it just with the friends using an app.
I have tried something like https://graph.facebook.com/{ID_APP}/friends but it is not working at all.
I really appreciate some help.
Thanks!