Created
July 20, 2012 02:33
-
-
Save mirzu/3148292 to your computer and use it in GitHub Desktop.
Activity streams example XML http://activitystrea.ms/specs/atom/1.0/#examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/"> | |
<id>tag:photopanic.example.com,2009:/activity/4859/1643</id> | |
<title>Geraldine posted a photo to the My Pets album.</title> | |
<published>2010-06-21T00:28:35Z</published> | |
<link rel="alternate" type="text/html" href="http://example.com/geraldine/activities/1643" /> | |
<author> | |
<name>Geraldine</name> | |
<uri>http://example.com/geraldine</uri> | |
<id>tag:photopanic.example.com,2009:person/4859</id> | |
<activity:object-type>person</activity:object-type> | |
<link rel="alternate" type="text/html" href="http://example.com/geraldine" /> | |
</author> | |
<activity:object> | |
<id>tag:photopanic.example.com,2009:photo/1643</id> | |
<title>My Cat</title> | |
<link rel="alternate" type="text/html" href="/geraldine/photos/1643" /> | |
<link rel="preview" type="image/jpeg" href="/geraldine/photos/1643/thumb.jpg" /> | |
<link rel="enclosure" type="image/jpeg" href="/geraldine/photos/1643/full.jpg" /> | |
<activity:object-type>photo</activity:object-type> | |
</activity:object> | |
<activity:target> | |
<id>tag:photopanic.example.com,2009:photo-album/2519</id> | |
<title>My Pets</title> | |
<link rel="alternate" type="text/html" href="/geraldine/albums/pets" /> | |
<activity:object-type>photo-album</activity:object-type> | |
</activity:target> | |
<content type="xhtml">...</content> | |
</entry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment