I’m planning on making an Ionic app in which users would login via Facebook oauth and interact with their fb friends who also use the app.
Is there a way to get a user’s fb friends who also use my app via the ionic auth system, or am I forced to use third-party plugins for this (such as https://github.com/Wizcorp/phonegap-facebook-plugin)
Thanks!