I am designing a web app that use Amazon product apis to retrieve books info. I am storing images’ url and other info for faster retrieval. But, I don’t know how often Amazon updates/invalidate its images’s urls.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are ways to get the image just using the ASIN. You don’t have to cache. Here is an example URL.
http://images.amazon.com/images/P/ASIN.01.MZZZZZZ.jpg
Just replace ASIN for the product. For more information about images, take a look at http://aaugh.com/imageabuse.html