-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
facebook auth no longer working - Can't load URL #1123
Comments
jolleychris
changed the title
facebook auth no longer working - URL
facebook auth no longer working - Can't load URL
Apr 10, 2018
@jolleychris I use this settings: $authProvider.oauth2({
name: 'facebook',
authorizationEndpoint: 'https://www.facebook.com/v3.1/dialog/oauth',
clientId: '1234567890',
url: '/auth/facebook',
redirectUri: window.location.origin + '/',
requiredUrlParams: ['scope'],
optionalUrlParams: ['auth_type'],
scope: ['email'],
scopeDelimiter: ',',
authType: 'rerequest',
oauthType: '2.0',
popupOptions: {width: 680, height: 500}
}); |
@orochies try to increase width |
Hi, thanks for your prompt response, in the end I used the following configuration and it worked perfectly.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having changed nothing, I get the following message when the facebook popup appears:
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 sub-domains of your app to the App Domains field in your app settings.
I've checked the app settings, and the domains in the list are correct, and remain as they have always been set to.
The text was updated successfully, but these errors were encountered: