I have been using facebook login for my Django App. Recently facebook had updated its security feature, by enabling Strict Mode for all apps. After this change users are not able to login into site as it says below 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 sub-domains of your app to the App Domains field in your app setting
But the domain name in App domain setting is fine. I think i am doing mistake in redirct_uri setting. I read lot of discussion on Facebook Developers group , but couldn't found the solution. Can anyone please help me out