i implement gem omniauth facebook using devise in rails, i follow this tutorial https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview
but i get error "This app is in sandbox mode. Edit the app configuration at http://developers.facebook.com/apps to make the app publicly visible."
how to fix it?
thanks