How to download Pic from Space?

Is there anybody could guide me that how should I download all the pictures in my space to PC, which API should be used, and any sample codes or sample projects could be shared for reference

Thanks very much~~~




Answer this question

How to download Pic from Space?

  • lance p

    Hi Jeff!

    I would suggest you take a look at the RSS feeds generated by a Space when it has been set up for syndication. RSS feeds are only avaialble for public spaces.

    You can find the RSS feed for a space at teh URL http://<spacealias>.spaces.live.com/feed.rss . You can see all the content on your site from here. You can then build a program that parses the information in teh blog feed to get access to the data (as it is stored) for Spaces.

    cheers,

    greg <8-)


  • SolveIt

    I have found a way to achieve it like this:

    ( first you got the URL of each picture )

    Using HTML HttpRequest;

    send a URL with Open Method;

    later......

    it will response with a Html too, with Head and body;

    Head indicates some description;

    Body is the stream codes of Picture, you can use these code to reform a Jpg or other file.



  • How to download Pic from Space?