Whenever I enter http://api.rottentomatoes.com/api/public/v1.0/movies/770672122.json?apikey=[my_api_key] the page does not load and shows the {"error":"Not Authorized"} . What is this error and why is it taking place ?
Message edited by teddy48 11 months ago
Steve N. – 11 months ago
Hi teddy48,
The error indicates that you haven't put in your apikey. Please make sure to replace the section apikey=[my_api_key] with your own apikey. This can be found by going to the My Account link at the top right.
The request you then make will look something like this: http://api.rottentomatoes.com/api/public/v1.0/movies/770672122.json?apikey=nxxxxxxxxxxxxxxxxxxxxxx8
-Steve
teddy48 – 11 months ago
Thanks Steve .
Please sign in to add a post.
Whenever I enter http://api.rottentomatoes.com/api/public/v1.0/movies/770672122.json?apikey=[my_api_key] the page does not load and shows the {"error":"Not Authorized"} . What is this error and why is it taking place ?
Message edited by teddy48 11 months ago
Steve N. – 11 months ago
Hi teddy48,
The error indicates that you haven't put in your apikey. Please make sure to replace the section apikey=[my_api_key] with your own apikey. This can be found by going to the My Account link at the top right.
The request you then make will look something like this: http://api.rottentomatoes.com/api/public/v1.0/movies/770672122.json?apikey=nxxxxxxxxxxxxxxxxxxxxxx8
-Steve
teddy48 – 11 months ago
Thanks Steve .