Sha256: 61ff3a9275334b591df502dabd52e795941cea2b167d1042e5a02419ebe08305

Contents?: true

Size: 1.24 KB

Versions: 32

Compression:

Stored size: 1.24 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
# If you're building a Facebook connect site, 
#    change the value of set_asset_host_to_callback_url to false
# 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
  set_asset_host_to_callback_url: true
  tunnel:
    public_host_username: 
    public_host: 
    public_port: 4007
    local_port: 3000

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

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

Version data entries

32 entries across 32 versions & 7 rubygems

Version Path
al-facebooker-1.0.12.1 generators/facebook/templates/config/facebooker.yml
al-facebooker-1.0.12 generators/facebook/templates/config/facebooker.yml
al-facebooker-1.0.9 generators/facebook/templates/config/facebooker.yml
cwninja-facebooker-1.0.8 generators/facebook/templates/config/facebooker.yml
djanowski-facebooker-1.0.10 generators/facebook/templates/config/facebooker.yml
djanowski-facebooker-1.0.11 generators/facebook/templates/config/facebooker.yml
djanowski-facebooker-1.0.12 generators/facebook/templates/config/facebooker.yml
mborromeo-facebooker-1.0.28 generators/facebook/templates/config/facebooker.yml
mborromeo-facebooker-1.0.29 generators/facebook/templates/config/facebooker.yml
mborromeo-facebooker-1.0.30 generators/facebook/templates/config/facebooker.yml
mborromeo-facebooker-1.0.31 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.10 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.11 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.12 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.13 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.14 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.15 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.16 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.19 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.20 generators/facebook/templates/config/facebooker.yml