I would like to have a facebook authorization and facebook shares in my cordova app. So I need a plugin / solution for this case.
I found cordova-plugin-facebook4 but it didn't have updates for a long time and doesn't work properly with last Cordova/Facebook SDK.
I also have tried to use OpenFB but it has two main problems: it also has some troubles and works via JS SDK which mean my app asks a user for a password while login even if there is a facebook app on the smartphone.
I use poor JS and Jquery (not ionic, not Angular, etc). I want to use it for Android and iOS both. I want to have a native login window (not the web based).
Could you recommend something for me and community?