ckhsponge / connectiproxy

A Rails/Facebooker app that proxies Facebook Connect connections for the iPhone

This URL has Read+Write access

ckhsponge (author)
Wed Oct 21 22:08:12 -0700 2009
commit  b03d35cbb4948f7ddd74449921fee6e61cdb531c
tree    d5a656f3ba0063b5ed1d6de2952e6f8f02ff2fda
parent  ebebe873368d93cfb7d3318c590b9333ec6d9228
name age message
file .gitignore Loading commit data...
file README
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory log/
directory public/
directory script/
directory test/
directory vendor/
README
Connectiproxy demonstrates how to use a Ruby on Rails application with Facebooker as a proxy for Facebook Connect calls 
from an iPhone.

You must create a config/facebooker.yml file.

In your iPhone app set the public key to your public key and the proxy url to http://localhost:3000/facebook/proxy. No 
private key is needed in the iPhone app.

Connectiproxy has been tested successfully using http://github.com/ckhsponge/facebook-iphone-sdk in the iPhone 
simulator. 
That repository allows extra meta data to be passed from the Rails application to the iPhone application during the 
proxy connect.
For example, if you need authentication info for iPhone to Rails communication a token can be passed as meta data.

This code is based on code that is live on Toonsy Net.

Chris Hobbs
http://toonsy.net