Caching pictures from Picasa
Posted
by Renat
on Stack Overflow
See other posts from Stack Overflow
or by Renat
Published on 2010-06-06T10:53:17Z
Indexed on
2010/06/06
11:02 UTC
Read the original article
Hit count: 358
Hello all,
I'm creating an offline-capable IPhone app for showing pictures on picasa. It was pretty simple to use JQTouch and Google Data API (via JSONP), so I was able to show the albums and thumbnails in 3 hours, however I want that data to be cached, and for that I'm going to use the HTML 5 Application Cache (via xxx.manifest file). Now the question is what hosts shall I write there in order to cache pictures hosted on picasa.
So far I've seen something like lh6.google.com or lh4.ggpht.com does anybody knows the full list of servers?
© Stack Overflow or respective owner