Skip to content

Commit

Permalink
Removed the Rotten Tomatoes API key (again).
Browse files Browse the repository at this point in the history
Please use your own API key :)
  • Loading branch information
jouni committed Jul 10, 2013
1 parent 76a1765 commit 25abb19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private static void loadMoviesData() {
json = readJsonFromFile(cache);
} else {
// Get an API key from http://developer.rottentomatoes.com
String apiKey = "6ycavarreaaqj4s92d523g9n";
String apiKey = "xxxxxxxxxxxxxxxxxxx";
json = readJsonFromUrl("http://api.rottentomatoes.com/api/public/v1.0/lists/movies/in_theaters.json?page_limit=30&apikey=" + apiKey);
// Store in cache
FileWriter fileWriter = new FileWriter(cache);
Expand Down

0 comments on commit 25abb19

Please sign in to comment.