I would like to test the Facebook authentication using the "Facebook Login" v 1.1.5 plugin distributed with q2a.
Is it possible to test it on localhost ? (I've not a public host yet)
I'm working with this "local" URL : http://question2answer.com
remapped to a local IP in the windows HOSTS file.
The oauth redirect fails :
Given URL is not permitted by the application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
On facebook I have these settings :
The URL that fails is :
https://www.facebook.com/dialog/oauth?client_id=XXXXXXXXXXXXX&redirect_uri=http%3A%2F%2Fquestion2answer%2F&state=XXXXXXXXXXXXXXXXXX
where as I know It is not easy if you are not a developer.
but there are many ways to accomplish this.
here is the simple solution:
Edit your app on http://www.facebook.com/developers/
change site to http://localhost
change it back when you are done..
Try it and let me know.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.