AOL Pictures Sample Code for getAlbumList

Sample call

http://api.pictures.aol.com/gv1/json/getAlbumList.do?owner=winterWoohoo

Sample Response

{ 
  "albums": [
    {
      "title": "Travels",
      "category": "aimPages",
      "creationDate": "Mon, 19 Jun 2006 12:57:54 -0800",
      "id": "aeVRhXusOtL1P2a9U6kbKJDqmBf4L92GMzxDvzOGjCK/jFCnkV3ciA==",
      "pictureCount": 4
    },
    { 
      "title": "Barbeque Party",
      "category": "aimPages",
      "creationDate": "Mon, 19 Jun 2006 12:56:51 -0800",
      "id": "aeVRhXusOtKPs7/i20yPNpDqmBf4L92GnR1KtrPRF62/jFCnkV3ciA==",
      "pictureCount": 5
    }
  ]
}