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
commit 77583fada578769ea5dac3f085a9276b46d82bdd
tree eef9c628b1e45a1ec504e250e4f6c598a47ea813
parent a523cad5590245e555c689f1bee44470e433b117
tree eef9c628b1e45a1ec504e250e4f6c598a47ea813
parent a523cad5590245e555c689f1bee44470e433b117
quick-fb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ |
README
== 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.








