Facebook Social Authentication: Can't Load URL
Solved
Technical Support
-
Facebook auth gives the error:
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.
Tried everything, with several apps, App Domains is set to community.h7.org and h7.org (both included) still no luck with FB. Did anyone have this issue before, any solution? Thanks!
-
@julian the URL in address bar is `http://community.h7.org/auth/facebook/callback/...
https://www.facebook.com/dialog/oauth?response_type=code&redirect_uri=http%3A%2F%2Fcommunity.h7.org%2Fauth%2Ffacebook%2Fcallback&scope=email%2C%20user_friends&client_id=1735736033177665
and here is the relevant part of
config.json
:{ "url": "http://community.h7.org", "port": 4567, ... }
*tried with HTTPS as well, same result
-
Copyright © 2023 NodeBB | Contributors