I want to do native login authentication for fb with monaca

Asked 2 years ago, Updated 2 years ago, 112 views

I am currently developing an application at Monaca.

Can Monaca incorporate FB native login authentication features such as Pinterest?

I have incorporated login authentication using the openFB plug-in as a reference to the official Asian blog, but this method is webView authentication and requires the user to enter an ID/password, so I would like to avoid this.

Additional
There was not enough explanation.
Regarding the implementation of Facebook login for the app, specifically

·Press the FB login button on the login screen of the application under development

·If the FB official app is downloaded to the user's device, go to the FB official app

·Execute approval on the confirmation screen of whether to authenticate the application

·Move to the screen after logging in to the application under development

We would like to realize this flow.

monaca facebook

2022-09-30 16:45

1 Answers

Speaking of native login,
Do you mean sharing using the OS sharing function?
If an application for SNS sharing is installed on the device,
I think it is possible to support both iOS and Android.

Some plans may not be feasible, but
Implementation using CordovaPlugin

If you are using an existing plug-in, is it here?


2022-09-30 16:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.