public
Description: facebook app written in rails that syncs facebook status to twitter
Homepage: http://apps.facebook.com/fbtotwit
Clone URL: git://github.com/haruska/fb2twit.git
haruska (author)
Wed Jul 02 13:44:40 -0700 2008
commit  766714a1ebc92568631a9d3e614691d9ec32a96f
tree    6fa86b6f5167c2bec5c4a7eb4dcb658a5b72b085
parent  683c962411e4266b0a3284d29e880bece62e2a04
name age message
file Capfile Fri May 30 21:38:12 -0700 2008 first public commit [haruska]
file README Fri May 30 21:44:22 -0700 2008 better readme [haruska]
file Rakefile Fri May 30 21:38:12 -0700 2008 first public commit [haruska]
directory app/ Fri May 30 21:38:12 -0700 2008 first public commit [haruska]
directory config/ Fri Jun 27 21:30:10 -0700 2008 no longer using capistrano and mongrel_cluster [haruska]
directory db/ Fri May 30 21:38:12 -0700 2008 first public commit [haruska]
directory doc/ Fri May 30 21:38:12 -0700 2008 first public commit [haruska]
directory lib/ Wed Jul 02 13:44:40 -0700 2008 improve twitter api lib [haruska]
directory log/ Fri May 30 21:38:12 -0700 2008 first public commit [haruska]
directory public/ Fri May 30 21:38:12 -0700 2008 first public commit [haruska]
directory script/ Fri Jun 27 19:43:50 -0700 2008 move daemon into cron job [haruska]
directory test/ Fri May 30 21:38:12 -0700 2008 first public commit [haruska]
directory vendor/ Fri Jun 27 19:43:50 -0700 2008 move daemon into cron job [haruska]
README
== fb2twit

This application was written to serve two purposes.

1. The default Twitter app on Facebook only syncs TO facebook.
However, the opposite makes more sense for each community. Facebook
status should only be updated 1-2 times a day where people following
twitter expect many more updates.

2. I wanted to play with facebookr.


== Open Source

All the code is released under MIT license. I've open sourced it to help
others write quick facebook apps using rails.

Feel free to make changes / additions and I'll post it to the server.