ckhsponge / zacknmiri

a Facebook Connect experiment

This URL has Read+Write access

name age message
file .loadpath Wed Oct 22 18:02:54 -0700 2008 prod vars [ckhsponge]
file .project Wed Oct 22 16:37:05 -0700 2008 first commit [ckhsponge]
file README Tue Dec 09 17:28:37 -0800 2008 developer tips [ckhsponge]
file Rakefile Wed Oct 22 16:37:05 -0700 2008 first commit [ckhsponge]
directory app/ Loading commit data...
directory config/ Thu Dec 11 16:58:40 -0800 2008 limit roles, fixed js infinte loop [ckhsponge]
directory db/ Mon Oct 27 16:37:02 -0700 2008 display previous roles [ckhsponge]
directory doc/ Wed Oct 22 16:37:05 -0700 2008 first commit [ckhsponge]
directory lib/ Tue Dec 09 17:04:25 -0800 2008 more story publishing and code cleanup [ckhsponge]
directory log/ Wed Oct 22 17:57:54 -0700 2008 better use of api keys [ckhsponge]
directory public/ Thu Dec 11 16:11:38 -0800 2008 auto sign-in and more story work [ckhsponge]
directory script/ Wed Oct 22 16:37:05 -0700 2008 first commit [ckhsponge]
directory test/ Wed Oct 22 16:37:05 -0700 2008 first commit [ckhsponge]
directory vendor/ Mon Oct 27 16:08:01 -0700 2008 email and rsvp stuff [ckhsponge]
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.