Skip to content

Instantly share code, notes, and snippets.

@joesavak
Created May 20, 2011 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joesavak/983651 to your computer and use it in GitHub Desktop.
Save joesavak/983651 to your computer and use it in GitHub Desktop.
facebook.yml
#config/facebook.yml
development:
app_id: 1158718570175
secret_key: aashfljkhaklasfasfd
app_key: sdgasdg435672456236
callback_url: http://localhost:3000/
test:
app_id: 1158718570175
secret_key: aashfljkhaklasfasfd
app_key: sdgasdg435672456236
callback_url: https://test.test.com/
production:
app_id: 1158718570175
secret_key: aashfljkhaklasfasfd
app_key: sdgasdg435672456236
callback_url: https://prod.prod.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment