Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Created March 5, 2015 12:46
Show Gist options
  • Save paganotoni/c23cc9818df2293221b7 to your computer and use it in GitHub Desktop.
Save paganotoni/c23cc9818df2293221b7 to your computer and use it in GitHub Desktop.
strategy = Devise.omniauth_configs[:facebook].strategy
strategy.client_id = @account.facebook_app_id
strategy.secret_id = @account.facebook_secret_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment