Sha256: ba66226ede14dae8c71dfa67a55e86425a3352dd61462d2c07d8cda253b89fec

Contents?: true

Size: 1.01 KB

Versions: 23

Compression:

Stored size: 1.01 KB

Contents

# 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
# To develop for the new profile design, add the following key..
# api: new
# remove the key or set it to anything else to use the old facebook design.
# This should only be necessary until the final version of the new profile is released.

development:
  api_key: 
  secret_key: 
  canvas_page_name:
  callback_url:
  pretty_errors: true
  tunnel:
    public_host_username: 
    public_host: 
    public_port: 4007
    local_port: 3000

test:
  api_key: 
  secret_key: 
  canvas_page_name: 
  callback_url:
  tunnel:
    public_host_username: 
    public_host: 
    public_port: 4007
    local_port: 3000

production:
  api_key: 
  secret_key: 
  canvas_page_name: 
  callback_url:  
  tunnel:
    public_host_username: 
    public_host: 
    public_port: 4007
    local_port: 3000

Version data entries

23 entries across 23 versions & 8 rubygems

Version Path
rpbertp13-merb_facebooker-0.0.2.5 templates/config/facebooker.yml
rpbertp13-merb_facebooker-0.0.2.6 templates/config/facebooker.yml
yury-facebooker-0.9.5 facebooker.yml.tpl