I have created a sample app in Django to try out social_auth. this application i'm running on localhost.
i have url http://www.localhost.com:9000/home which has a link to facebook login on click of this link i'm getting tthe follwoing error `
Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings.
`
After searching online for solution, i have found that in facebook app setting Site URL is making trouble.
i have set the Site URL *http://www.localhost.com:9000/home* , which is not correct.
what should be the correct Site URL value?