derferman / movie-addict
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING.txt | ||
| |
OAuth.php | ||
| |
README.markdown | Tue Aug 18 23:32:35 -0700 2009 | |
| |
addList.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
addUser.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
addict_database.php | ||
| |
addict_testing.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
common.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
config-default.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
cron.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
facebook.php | Sun Oct 18 23:58:49 -0700 2009 | |
| |
facebook_desktop.php | Sun Oct 18 23:58:49 -0700 2009 | |
| |
facebookapi_php5_restlib.php | ||
| |
friends.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
hulu.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
index.php | Mon Oct 19 00:47:50 -0700 2009 | |
| |
invite.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
jsonwrapper/ | ||
| |
lists/ | ||
| |
netflix.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
onhulu.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
scrape.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
sql/ | ||
| |
templates/ | ||
| |
top250.css | Tue Aug 18 23:24:44 -0700 2009 | |
| |
unittest.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
updateUser.php | ||
| |
view.php | Tue Aug 18 23:24:44 -0700 2009 | |
| |
watch-great-movies.php |
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.
- Download the Facebook Platform PHP Library
- Run the included .sql file to create the necessary files
- Rename config-default.php to config.php and fill in the required info
- 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

