which plugin should i use for facebook login.

Hi there. Yes i know there are 2 plug-ins in the market. the first one is facebook v4a and the second one is firebase auth plug-in by scott. i want to login with facebook and access to user’s friends. i also use firebase(database,analytics,invites…) in my project. So i want to use scott’s plugin for fb login. can i use every fb functions with this plugin.can i combine these 2 plugins? what should i do? thank for your answers. 

(sorry for my poor english :slight_smile: )

If you plan to make facebook.request() calls you will have to use the Facebook v4a plugin to do so. I don’t know what all Scott’s auth plugin does, but it might be possible to make REST based calls using network.request()  with just his plugin.

Rob

If you plan to make facebook.request() calls you will have to use the Facebook v4a plugin to do so. I don’t know what all Scott’s auth plugin does, but it might be possible to make REST based calls using network.request()  with just his plugin.

Rob