Raja
Joined: 03 Dec 2009 Posts: 10
|
Posted: Mon Dec 07, 2009 4:43 am Post subject: generate and integrate facebook api_key, sec in rails |
|
|
Hello,
first you want to need generate api_key you should account holder of facebook.
1) Create API Key and Secrect Key
http://www.facebook.com/developers/createapp.php
when you create facebook application you should observe the mandatory fields of
Canvas Callback URL
Connect URL
Canvas URL
after getting the api_key and secret key you can add the facebooker.yml file in your rails application in config folder
when you add the api_key and secret in facebooker.yml file you should observe the mandatory fields of
api_key:
secret_key:
canvas_page_name:
callback_url:
pretty_errors: true
set_asset_host_to_callback_url: false
Ok,
Thanks & Regards
Raaj |
|