# The api key, secret key, and canvas page name are required to get started # Tunnel configuration is only needed if you are going to use the facebooker:tunnel Rake tasks # Your callback url in Facebook should be set to http://public_host:public_port development: api_key: yourkey secret_key: yoursecretkey canvas_page_name: yourappname callback_url: tunnel: public_host_username: alonetone.com public_host: alonetone.com public_port: 8888 local_port: 3000 production: api_key: yourkey secret_key: yoursecretkey canvas_page_name: yourappname callback_url: tunnel: public_host_username: alonetone.com public_host: alonetone.com public_port: 8888 local_port: 3000 test: api_key: yourkey secret_key: yoursecretkey canvas_page_name: yourappname callback_url: tunnel: public_host_username: alonetone.com public_host: alonetone.com public_port: 8888 local_port: 3000