The Pictures Atom Feed returns XML and is available for the following 3 categories
- Galleries
- Tags
- Comments
- Gallery Feed
- http://pictures.aol.com/galleries/~[screenname]/atom.xml
-
Tag Feed - There are two types of Tag Feeds
-
Screen name tag Feed
-
http://pictures.aol.com/galleries/[screenname]/tags/[tag name]/atom.xml
Example -
http://pictures.aol.com/galleries/afeedtest/tags/crusin/atom.xml
-
-
Global Tag Feed
-
http://pictures.aol.com/galleries/tags/[tag name]/atom.xml
Example -
http://pictures.aol.com/galleries/tags/snow/atom.xml
-
-
-
Comment Feed - There are two types of Comment Feeds
-
Comment Feed for a Picture
-
http://pictures.aol.com/galleries/[screenname]/[picture id]/comments/atom.xml
-
-
Comment Feed for a Scree name
-
http://pictures.aol.com/galleries/[screenname]/comments/atom.xml
Example -
http://pictures.aol.com/galleries/afeedtest/comments/atom.xml
-
-
Note - Use the actual screen name in place of screenname, actual tag in place of the tag name and actual picture id in place of picture id in the URLs above
Sample Comment Feed XML
Returns an Atom 1.0 format response.
<pre>
<entry>
<title type="text">Picture Caption</title>
<id>tag:pictures.aol.com,2006:/galleries/screenname/c1c02HLNsD07aDFNleoYZ1gjZkfXrdGAfwYB</id>
<published>2006-08-18T15:59:56Z</published>
<updated>2006-08-18T15:59:56Z</updated>
<link rel="alternate"
type="text/html"
href="~http://pictures.aol.com/galleries/screenname/c1c02HLNsD07aDFNleoYZ1gjZkfXrdGAfwYB">
<content type="html">
<p class="contentPrefix">
A new picture has been added to
<a href="~http://shovel.jgc.aol.com/galleries/gkozy0122">
screenname's AOL Pictures Public Gallery
</a>
</p>
<a href="~http://pictures.aol.com/galleries/screenname/c1c02HLNsD07aDFNleoYZ1gjZkfXrdGAfwYB"
class="contentLink">
<img width="160"
height="120"
src="imageurl.jpg"
alt="Picture Caption"
title="Picture Caption"
class="contentImg"/>
</a>
</content>
</entry>
</pre>
