From 002d62cf880304ca372e8dc3fe5f0c69613738bd Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 22 Nov 2008 20:57:40 -0600 Subject: [PATCH] adding template facebooker config --- config/facebooker.yml.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/facebooker.yml.template diff --git a/config/facebooker.yml.template b/config/facebooker.yml.template new file mode 100644 index 0000000..f628440 --- /dev/null +++ b/config/facebooker.yml.template @@ -0,0 +1,16 @@ +--- +development: + api_key: apikeyhere + secret_key: secretkeyhere + canvas_page_name: binaryattraction + callback_url: http://localhost:4567 +test: + api_key: apikeyhere + secret_key: secretkeyhere + canvas_page_name: binaryattraction + callback_url: http://localhost:4567 +production: + api_key: apikeyhere + secret_key: secretkeyhere + canvas_page_name: binaryattraction + callback_url: http://facebook.binaryattraction.com