I implemented the Facebook login SDK in my Android application, sometimes after clicking the "Login with Facebook" button, the following error occurs: -
this URL is not allowed by application configuration: one or more of the specified URLs is not allowed by application configuration. To use this URL, you must add a valid native platform in the settings application.
Logging into Facebook works fine when the Facebook application is installed (then the login is performed by the browser), but on some devices using the Facebook application (both the main application and the Lite application) gives the above error. I also implemented the google login API. It works great.
I need the root cause of this error.
source
share