I want to test a facebook login with a ruby on rails app. I am using pow, so the domain name of my local server is http://my_app.dev/
. If I put this into the Site Url
for my facebook app, I get the following error message:
This URL contains an invalid domain.
If I put in http://localhost:3000/
it is accepted. How do I use the pow local server.