Skip to content

Commit

Permalink
Remove blocked rotten tomatoes api key
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeuzagallo committed Mar 27, 2015
1 parent 31c9843 commit 73bbef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Movies/SearchScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var MovieScreen = require('./MovieScreen');
var fetch = require('fetch');

var API_URL = 'http://api.rottentomatoes.com/api/public/v1.0/';
var API_KEYS = ['7waqfqbprs7pajbz28mqf6vz', 'y4vwv8m33hed9ety83jmv52f'];
var API_KEYS = [/* '7waqfqbprs7pajbz28mqf6vz' - Limit Exceeded,*/ 'y4vwv8m33hed9ety83jmv52f'];

// Results should be cached keyed by the query
// with values of null meaning "being fetched"
Expand Down

0 comments on commit 73bbef6

Please sign in to comment.