This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
shanti (author)
Fri Oct 10 22:30:07 -0700 2008
quick-fb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | Sun Feb 17 23:09:03 -0800 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
lib/ | Fri Oct 10 22:30:07 -0700 2008 | |
| |
log/ | ||
| |
public/ | Fri Oct 10 22:30:07 -0700 2008 | |
| |
script/ | Sun Feb 17 23:09:03 -0800 2008 | |
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ | Sun Feb 17 23:09:03 -0800 2008 |
== quick-fb
the quickest way to bootstrap a new rails/facebook app
== Setup
Create a new Quick FB app with:
git clone git://github.com/sbraford/quick-fb.git fb_foo
TODO after cloning the quick-fb git repo:
1. Create your app's database. Modify 'config/database.yml'.
2. Open 'config/facebook.yml' and modify the following:
key: YOUR_API_KEY_HERE
secret: YOUR_API_SECRET_HERE
canvas_path: /your-app-canvas-path-here/
# note: callback_path can be left as "/"
callback_path: /
sever_host: my-fb-rails-app.com
app_name: My Fb App Name
5. Generate a new secret app key with:
rake secret
Copy & paste this into the session config section in config/environment.rb.
== Removing .git Files
You'll want to remove the .git directory:
rm -rf .git/
... and you should be good to go.












