I would like to access my photos in iCloud from a webiste running Asp.Net.
Is there a way to access them outside of the web interface?
|
|
|
Afraid not. There are no images in the "iCloud account". Photostream is simply a way of saving you the bother of importing, images are kept on it for no longer than 30 days. And it's not accessible via the web. |
|||||||||
|
|
You could access the public link of your shared photostream, parse the HTML, and get the pictures from the iCloud server. You would need to save this files to your server or database (as stream or blob datatype). |
|||
|
|