Sha256: af83d12311f4d157780a8283957f7ebf02b89912af1d85e06aae5a446ab6a75e

Contents?: true

Size: 1.32 KB

Versions: 85

Compression:

Stored size: 1.32 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
    server_alive_interval: 0

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
    server_alive_interval: 0

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
    server_alive_interval: 0

Version data entries

85 entries across 85 versions & 21 rubygems

Version Path
corey-facebooker-1.0.28.1 generators/facebook/templates/config/facebooker.yml
fs-facebooker-1.0.37 generators/facebook/templates/config/facebooker.yml
micahwedemeyer-facebooker-1.0.50 generators/facebook/templates/config/facebooker.yml
micahwedemeyer-facebooker-1.0.51 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.29 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.30 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.31 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.32 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.36 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.37 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.38 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.39 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.40 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.41 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.42 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.43 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.44 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.45 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.46 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.47 generators/facebook/templates/config/facebooker.yml