-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't authorize App #6
Comments
Same problem here, I think that, as you mentioned, FB changed A LOT in how apps and app security needs to be managed now. Did you find a solution @Shirkit ? |
@YosuCadilla No, but I think I found the root cause. FB dropped the 2.9 PHP API, so it's likely it's using an old way to try to authenticate. |
Guys I finally got past this error msg (just to fall to the next one). |
The new error is this one: |
Actually the error message of Facebook is missleading. It likely doesn't complain about the domain missing in the app settings (probably added already). But about the URL not being entered into "Valid OAuth Redirect URIs" under Client OAuth Settings for Facebook Login. |
I think FB has made a silent update or it's not supporting the SDK 2.9 anymore. It gives me this 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.
I'm pretty sure I did everything right, but it still isn't working.
The text was updated successfully, but these errors were encountered: