question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't Load URL with Strict Mode for Redirect URIs in FB

See original GitHub issue

Facebook has default the Strict Mode for Redirect URIs, so now it’s impossible to login with an url like this one:

http://<domain>/social-auth/complete/facebook/?redirect_state=<token>

Is there a walk around to fix this issue?

Also try to set the Valid OAuth redirect URIs in the facebook developer dashboard in this mode:

http://<domain>/complete/facebook/&client_id=<client_id>&return_scopes=true,
http://<domain>/social-auth/complete/facebook/?redirect_state=<>

Proposal from here: https://github.com/python-social-auth/social-app-django/issues/112

But didn’t work!

Is there a correct way to set up the Valid OAuth redirect URIs?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:39

github_iconTop GitHub Comments

19reactions
ArtemBernatskyycommented, Mar 19, 2018

Today my auth has stopped working, mmmm nice 😃

Is it related to this issue ?

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.

9reactions
slimaidarismailcommented, Mar 28, 2018

Any solution guys?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to turn off "Use Strict Mode for Redirect URIs" in facebook ...
Is there any way to turn off the option Use Strict Mode for Redirect URIs in a Facebook app?
Read more >
How to fix Facebook apps “Error: Can't Load URL
Strict mode means that when using Facebook login to connect your application or website to the App, the oAuth redirect URL has to...
Read more >
Login error after Facebook enabled by default Use Strict Mode ...
Hello guys, It look s like facebook login does't work after they've turned on Use Strict Mode for Redirect URIs. Anybody with the...
Read more >
Facebook login not working 2020 - support - Discourse Meta
The error it gives is this: Can't Load URL: The domain of this URL ... Use Strict Mode for Redirect URIs Only allow...
Read more >
Why does Facebook login no longer works - Ultimate Member
Starting from March 2018, Facebook API developers turned the "Use Strict Mode for Redirect URIs" option On by default. So to make the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found