some
[appoyo.git] / config / facebooker.yml
blobd36620d0310dc29e3798a39b7fa4274fac6baaca
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: 2e2ce5958198136d1cbd7e3a4ecf5697
13   secret_key: d95afd890b0ed86c5c8b2771a627ae2d
14   canvas_page_name:
15   callback_url: http://109.87.128.9: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:  3e70539b46f5ac6b59dae3bad2127335
40   secret_key: 8c9739d7678100044013a6522b7dab25
41   canvas_page_name: jawaker
42   callback_url: http://jawaker.com/fb/
43   set_asset_host_to_callback_url: true   
44   tunnel:
45     public_host_username: 
46     public_host: 
47     public_port: 4007
48     local_port: 3000
49     server_alive_interval: 0