I'm trying to use python social auth with Django to add Facebook log in for my app. I have my App ID and secret in my settings file, yes yes. I'm just using the Django example for python social auth, uploaded at a subdomain.
But I get 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."
My app lives at a subdomain, not localhost. I've tried various configurations in the App Domains and Website URL fields. Basically base domain and subdomain in all configurations. Namespace and Email are empty..?
Every answer I've found pertaining to this error just says to "Just add the Website URL!" But it's not working for me. Is there something I am missing? Please help.
Oh lordy, hooray for answering your own question.
I had pasted the Google redirect url into Settings > Advanced > Redirect URIs instead of the Facebook one (https://domain.com/complete/facebook/). WOOPS.