ckhsponge / zacknmiri
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
4688c90
| name | age | message | |
|---|---|---|---|
| |
.loadpath | Wed Oct 22 18:02:54 -0700 2008 | |
| |
.project | Wed Oct 22 16:37:05 -0700 2008 | |
| |
README | Tue Dec 09 17:28:37 -0800 2008 | |
| |
Rakefile | Wed Oct 22 16:37:05 -0700 2008 | |
| |
app/ | ||
| |
config/ | Thu Dec 11 16:58:40 -0800 2008 | |
| |
db/ | Mon Oct 27 16:37:02 -0700 2008 | |
| |
doc/ | Wed Oct 22 16:37:05 -0700 2008 | |
| |
lib/ | Tue Dec 09 17:04:25 -0800 2008 | |
| |
log/ | Wed Oct 22 17:57:54 -0700 2008 | |
| |
public/ | Thu Dec 11 16:11:38 -0800 2008 | |
| |
script/ | Wed Oct 22 16:37:05 -0700 2008 | |
| |
test/ | Wed Oct 22 16:37:05 -0700 2008 | |
| |
vendor/ | Mon Oct 27 16:08:01 -0700 2008 |
README
This is an example Facebook Connect app developed by Spongecell. http://zacknmiri.com http://spongecell.com Chris Hobbs Be sure to create your own config/facebooker.yml. I only set the api key, secret key and ports. development: api_key: secret_key: canvas_page_name: tunnel: public_host_username: public_host: public_port: local_port: Developer tips: It will not work on localhost. There are some ways to set up tunneling but when I am developing I map a domain name my publicly facing ip address and then have my router forward requests to port 3000 to my computer. Then in my facebook settings I make the callback URL be something like http://znm.spongecell.com:3000/zack/connect. When developing your browser should point to http://znm.spongecell.com:3000. Remember that your xd_receiver file must have the same path as the callback url. http://znm.spongecell.com:3000/zack/connect/xd_receiver.htm Settings for the above are in environment.rb.

