I need to test the omniauth-facebook authentication from my local application. However, the Facebook Developer website is asking for the Site URL and I’m not sure what to put for a local development URL to get the proper callback.
How can I resolve this issue?
Just use
http://localhost:3000/as the site url on the Facebook Developers site and it will work just fine with OmniAuth.