Facebook App: Firebase Simple Login URL error - facebook

I am trying to make my first app using Facebook login and the Firebase Simple Login. I am running the system locally on http://localhost:8000/. The error I am receiving upon clicking the login button is below.
"Given URL is not allowed by the Application configuration.: One or
more of the given URLs is not allowed by the App's settings. It must
match the Website URL or Canvas URL, or the domain must be a subdomain
of one of the App's domains."
I have tried running it on a production facebook app and a facebook test app as well as added URL redirects and website platforms following other forum post I have seen, but nothing is working for me. Anyone have any suggestions?

I discovered in the Firebase documentation that https://auth.firebase.com/auth/facebook/callback must be input into the Valid OAuth redirect URIs under the advanced settings.
Recap of Facebook Test App Settings:
Under Basic App Settings:
Domain = localhost:8080
URL = http://localhost:8080
Under Advanced App Settings:
Valid OAuth redirect URIs [http://localhost:8080/ ; https://auth.firebase.com/auth/facebook/callback]

with newest version, Valid OAuth redirect must be set as : https://.firebaseapp.com/__/auth/handler

Related

On Mobile Login : Can't Load URL: The domain of this URL isn't included in the app's domains

I always get this error when I try to login in my application, which uses facebook login on my phone, however my app links perfectly fine on my computer, just not on my phone.
I believe it may have something to do with the facebook login being a new pop-up page on computers, whereas on mobile its loaded as a page.
I have tried everything and the errors will alternate between:
Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
and
URL blocked: This redirect failed because the redirect URI is not white-listed in the app's client OAuth settings. Make sure that the client and web OAuth logins are on and add all your app domains as valid OAuth redirect URIs. (which I able to login but the app fails to go to my main page which then gives this error)
depending on whether I leave the "Valid OAuth ReDIRECT Urls" section blank.(till this point I have tried all posisble redirect urls I can think of, but its no use) I have also enabled client and web oauth login and login from devices.
The Url error is of no help, which is just the error:
https://m.facebook.com/dialog/oauth?client_id=xxxxxxxxxxxx&redirect_uri=https%3A%2F%2Fxxxxxxxxxxx.azurewebsites.net%2F%3Fcode%3DAQBuiSRMjQ3Cpsy4SClqCyzTU9ReSvOTynI67PNIBAI0kmj1qLDb5poUzVEZSlPtUjnQ_TpXTvS7yggVJpnZiVuP6tcp4kyD3EYfjc-_5g9bSNBdUDnjixB4AufqfbYiQD6pHlRR3qhkDoOXrL56WfP7WlA0a_OZ4Me8BqfrmDd6tLuqIezi4IE-88QljOdDtekKed9z-AQuakSKty1Zu8ER91Ie3iCLBG8Fd7CczXFJkJm6aLB29QjWTC3HTPWIsknNSl_O93urR8ChochH2ANuN2hYLUD8SH6SDVYS0q4oN3_OLqqdToYwWWoZwzjop0OcWq6xiDzb5_CXnapPsP78%26state%3Dfacebookdirect%23_%3D_&state=facebookdirect&return_scopes=false&scope=public_profile%2Cemail&response_type=code&auth_type

Facebook login API not working

I'm receiving the following error:
Given URL is not allowed by the Application configuration.: One or
more of the given URLs is not allowed by the App's settings. It must
match the Website URL or Canvas URL, or the domain must be a subdomain
of one of the App's domains.
The application URL is https://mysubdomain.herokuapp.com/social/login
In FB App settings...
Basic settings
Advanced settings
Error received
I'm able to get Google+ and Twitter working, but Facebook is being stubborn. What am I missing?
I removed the App Domain and Redirect URI, and it started working. I'm not sure if this is a safe/smart approach, but it at least got things working.

PHP : login intrigation

I am using facebook sdk for login into my site...
This is my app setting
when I used login functionality, it allow to login but throws error and doesn't back to my site
The error is like this...
Given URL is not allowed by the Application configuration.:
One or more of the given URLs is not allowed by the App's settings.
It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
What can be problem?
Help me
You should add your App domain to App Domains to your Facebook Application configuration shown in the screenshot. For example if your site is
www.example.com
The your should add
example.com
to your App Domains in your configuration (4th field from top to bottom)

Facebook login in grails error

I want to allow my users to login with facebook account. I'm using Facebook SDK for JavaScript. https://developers.facebook.com/docs/facebook-login/getting-started-web/
So my problem is:
When I click on the login button to login with facebook account. I get the error given below;
Given URL is not allowed by the Application configuration.: One or
more of the given URLs is not allowed by the App's settings. It must
match the Website URL or Canvas URL, or the domain must be a subdomain
of one of the App's domains.
Maybe there is settings problem I guess. Can anyone help me ?
Thanks
Smac
Your application URL (that you are running) must match to either of the URLs in the App settings-
SITE URL (if integrated with website)
CANVAS URL (if canvas app)

Given URL is not allowed by the Application configuration in wordpress social plugin

Error - Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
I have created a app for facebook but this error comes in wordpress socil login plugin . If any body know then help me out
Just add Your Wordpress web page URL to your application settings.
You must add the URL in "Website with Facebook Login" part.
Please checkout this
You need to fill the value for Website with Facebook Login with the value http://localhost/OfferDrive/ to allow Facebook to authenticate that the requests from JavaScript SDK are coming from right place
thank you