I want to a implement login with Facebook into my ionic hybrid app, How can I do that, please help me

I want to a implement login with Facebook into my ionic hybrid app, How can I do that, please help me.

You can try this

As ionic v1 is build on AngularJS, Satelizer is a good tool for social login so we should use it. for social login you should use install cordova-inappbrowser, after that read this doc.

You also need to configure at PHP backend to authorise social login.

Satelizer

@flycoders_sourav

You can use this article:

I did my login with it.