0
votes

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

1
if u have made a app on facebook, open page for that app and then make it "publicly" visible. - Gopal S Rathore

1 Answers

1
votes
  1. go to apps page for your facebook app

  2. click on "Edit settings"

  3. chose "disabled" for the sandbox mode(currently it will be enable)

  4. save your changes using "save changes" button at the bottom.