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
name age message
file .gitignore Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file COPYING.txt Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file OAuth.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file README.markdown Tue Aug 18 23:32:35 -0700 2009 README update [derferman]
file addList.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file addUser.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file addict_database.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file addict_testing.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file common.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file config-default.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file cron.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file facebook.php Sun Oct 18 23:58:49 -0700 2009 Added the facebook libraries [derferman]
file facebook_desktop.php Sun Oct 18 23:58:49 -0700 2009 Added the facebook libraries [derferman]
file facebookapi_php5_restlib.php Sun Oct 18 23:58:49 -0700 2009 Added the facebook libraries [derferman]
file friends.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file hulu.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file index.php Mon Oct 19 00:47:50 -0700 2009 added the user button [derferman]
file invite.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
directory jsonwrapper/ Mon Oct 19 00:03:21 -0700 2009 added json wrapper [derferman]
directory lists/ Sat Mar 28 04:48:00 -0700 2009 added new files [derferman]
file netflix.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file onhulu.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file scrape.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
directory sql/ Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
directory templates/ Mon Oct 19 00:47:50 -0700 2009 added the user button [derferman]
file top250.css Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file unittest.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file updateUser.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file view.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
file watch-great-movies.php Tue Aug 18 23:24:44 -0700 2009 Movie Addict 2.0 - A whole lot of changes [derferman]
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