public
Description: Track the amount of IMDB Top 250 movies you have seen. For Facebook
Homepage: http://github.com/Derferman/movie-addict/tree/master
Clone URL: git://github.com/derferman/movie-addict.git
derferman (author)
Mon Oct 19 00:03:21 -0700 2009
commit  b5babc5beac6f4248bdfd7fc57c915fefe81b4cf
tree    841c97f6261322836790be1318c50a9ca1a8b796
parent  bb3767c09eb7aad827a9ca724bb2151557fd8af3
README.markdown

Movie Addict

Movie Tracking for Facebook

A dead-simple way to track the number of IMDB Top 250 (and AFI Top 100) movies you have seen. You can also compare scores with your friends and challenge them to a movie-watch off.

Demo

http://apps.facebook.com/imdbtopfilms/

How to install.

  1. Download the Facebook Platform PHP Library
  2. Run the included .sql file to create the necessary files
  3. Rename config-default.php to config.php and fill in the required info
  4. Setup cron.php to run everyday via a cron job.

Licensed under BSD License

Big Thanks to http://github.com/fireeagle/ for the sweet OAuth library