spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

Can't Load URL: The domain of this URL isn't included in the app's domains. #73

Open karthik-balasubramanian opened 6 years ago

karthik-balasubramanian commented 6 years ago

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.

Steps to reproduce on Mac OSX:

  1. Create a demo app in facebook
  2. Configure application.yml to use App ID and Secrets
  3. Create self signed certificate and add it to keychain. Change trust level to Always trust
  4. Add cert configuration to application.yml
  5. Configure facebook app Valid OAuth Redirect URIs to include following: https://localhost:8080, https://localhost:8080/connect, https://localhost:8080/connect/facebook&scope=user_posts,user_photos

When I click on Connect to Facebook, I get the following 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.

paweljarosz83 commented 6 years ago

Seems like this project is abandoned