m
[playfm2.git] / config / facebooker.yml
blobe3081fcdae4d4e8b41d85d6578d9a4b31d015627
1 # The api key, secret key, and canvas page name are required to get started
2 # Tunnel configuration is only needed if you are going to use the facebooker:tunnel Rake tasks
3 # Your callback url in Facebook should be set to http://public_host:public_port
4 # If you're building a Facebook connect site, 
5 #    change the value of set_asset_host_to_callback_url to false
6 # To develop for the new profile design, add the following key..
7 # api: new
8 # remove the key or set it to anything else to use the old facebook design.
9 # This should only be necessary until the final version of the new profile is released.
11 development:
12   api_key: 90115098ea531e52d163856c36b69524
13   secret_key: e8c885886f333a690cbf41ba1ca2819b
14   canvas_page_name: onlineprojecttest
15   callback_url: http://test.levelup.com.ua:3000
16   pretty_errors: true
17   set_asset_host_to_callback_url: true
18   tunnel:
19     public_host_username: 
20     public_host: 
21     public_port: 4007
22     local_port: 3000
23     server_alive_interval: 0
25 test:
26   api_key: 
27   secret_key: 
28   canvas_page_name: 
29   callback_url:
30   set_asset_host_to_callback_url: true
31   tunnel:
32     public_host_username: 
33     public_host: 
34     public_port: 4007
35     local_port: 3000
36     server_alive_interval: 0
38 production:
39   api_key: 516e4b99161d3a0956278ad8b1594169
40   secret_key: e2cbb925a8a9f62202ff1c06ffcd5991
41   canvas_page_name: 
42   callback_url: http://play.boundlessdrop.com
43   pretty_errors: true
44   set_asset_host_to_callback_url: true
45   tunnel:
46     public_host_username: 
47     public_host: 
48     public_port: 4007
49     local_port: 3000
50     server_alive_interval: 0