You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
I am getting error "4201-user cancelled dialog" before login page is loaded. login page does load even after the error but does nothing even if login button is clicked. Login data and token received after authentication is sent to my server to authenticate my api for the application
Can I directly send facebook auth response to my server and receive authentication from my api too
see #125 and my 2 cents are run facebookConnectPlugin.getLoginStatus first to see if user is already logged in, and only if not you run facebookConnectPlugin.login
I am getting error "4201-user cancelled dialog" before login page is loaded. login page does load even after the error but does nothing even if login button is clicked. Login data and token received after authentication is sent to my server to authenticate my api for the application
Can I directly send facebook auth response to my server and receive authentication from my api too
The text was updated successfully, but these errors were encountered: