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
djanowski-facebooker-1.0.1 generators/facebook/templates/config/facebooker.yml
djanowski-facebooker-1.0.2 generators/facebook/templates/config/facebooker.yml
djanowski-facebooker-1.0.4 generators/facebook/templates/config/facebooker.yml
djanowski-facebooker-1.0.7 generators/facebook/templates/config/facebooker.yml
djanowski-mmangino-facebooker-1.0.4 generators/facebook/templates/config/facebooker.yml
hashrocket-clearance-0.4.0 test/rails_root/vendor/plugins/facebooker/generators/facebook/templates/config/facebooker.yml
hashrocket-clearance-0.4.1 test/rails_root/vendor/plugins/facebooker/generators/facebook/templates/config/facebooker.yml
hashrocket-clearance-0.4.2 test/rails_root/vendor/plugins/facebooker/generators/facebook/templates/config/facebooker.yml
hashrocket-clearance-0.4.3 test/rails_root/vendor/plugins/facebooker/generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.2 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.3 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.4 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.5 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.6 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.7 generators/facebook/templates/config/facebooker.yml
mmangino-facebooker-1.0.8 generators/facebook/templates/config/facebooker.yml
netshade-facebooker-1.0.6 generators/facebook/templates/config/facebooker.yml
pointcom-merb_facebooker-0.0.2.1 templates/config/facebooker.yml
rpbertp13-merb_facebooker-0.0.2.3 templates/config/facebooker.yml
rpbertp13-merb_facebooker-0.0.2.4 templates/config/facebooker.yml