Overview
Collection of activities to and from a User.
URI Pattern: https://api.cliqset.com/200909/activity/ {userIdentifier}/tofrom
URI Example: https://api.cliqset.com/200909/activity/homer/tofrom
Allowed Verbs: GET Requires Authentication: True Media-Types Supported: application/xml, application/atom+xml, application/json, application/fastinfoset
Query String parameters: start 0-based index for start record count max number of records to return service Ex. hulu, twitter, blipfm type Ex. photo, video, book, note verb Ex. posted, liked, played, shared orderby Ex. pubDate receivedsince Ex. 2009-08-24T14:11:34.924-04:00 receivedbefore publishedsince
publishedbefore
GET Response Codes
Response Code
|
Description |
| 200 |
Request is successful.
|
| 400 |
Bad Request
|
| 401 |
Unauthorized
|
| 404 |
Item does not exist.
|
Usage Examples
Example 1: XML request of last 4 bookmarks to and from a user.
(Top)
HTTP Request
GET /200909/activity/homer/tofrom?type=bookmark&count=4 HTTP/1.1
Host: api.cliqset.com
Accept: application/xml Authorization: Basic QWxhZGRpbjpsfjdfjsdf2fjsflqQ==
|
cURL Request
| curl -d "type=bookmark&count=4" -v -u homer:password http://api.cliqset.com/200909/activity/homer/tofrom |
Response
HTTP/1.1 200 OK Date: Mon, 31 Aug 2009 18:31:57 GMT Server: Apache-Coyote/1.1 X-Powered-By: Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)/JBossWeb-2.0 Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Activities> <Activity> <ActivityUrl>http://cliqset.com/user/rockinrobync/adea3f60ad67fee4814822705cc944e2</ActivityUrl> <ActivityIdentifier>adea3f60ad67fee4814822705cc944e2</ActivityIdentifier> <ReceivedDate>2009-08-24T14:11:34.924-04:00</ReceivedDate> <Category>BookmarkLiked</Category> <Title>rockinrobync dugg a link on digg</Title> <SourceUser> <UserIdentifier>rockinrobync</UserIdentifier> <ProfileUrl>http://rockinrobync.cliqset.net</ProfileUrl> <GivenName>Robyn</GivenName> <FamilyName>Cobb</FamilyName> </SourceUser> <SourceService> <Name>digg</Name> <IconURL>http://cliqset-services.s3.amazonaws.com/digg.png</IconURL> <WebsiteURL>http://digg.com</WebsiteURL> </SourceService> <CommentsAvailable>false</CommentsAvailable> <Bookmark> <Title>Mining the Web for Feelings, Not Facts</Title> <Description> The universe of reviews, ratings and recommendations online open a tantalizing window on the collective consciousness. </Description> <Thumbnail> <Url>http://digg.com/software/Mining_the_Web_for_Feelings_Not_Facts/t.jpg</Url> <Height>80</Height> <Width>80</Width> </Thumbnail> <Url>http://digg.com/software/Mining_the_Web_for_Feelings_Not_Facts</Url> </Bookmark> </Activity> <Activity> <ActivityUrl>http://cliqset.com/user/charlie/a467059e3e5da1fb874370fb3efad133</ActivityUrl> <ActivityIdentifier>a467059e3e5da1fb874370fb3efad133</ActivityIdentifier> <ReceivedDate>2009-08-29T17:32:36.301-04:00</ReceivedDate> <Category>BookmarkShared</Category> <Title>charlie shared a link on mixx</Title> <SourceUser> <UserIdentifier>charlie</UserIdentifier> <ProfileUrl>http://charlie.cliqset.net</ProfileUrl> <GivenName>Charlie</GivenName> <FamilyName>Cauthen</FamilyName> </SourceUser> <SourceService> <Name>mixx</Name> <IconURL>http://cliqset-services.s3.amazonaws.com/mixx.png</IconURL> <WebsiteURL>http://mixx.com</WebsiteURL> </SourceService> <CommentsAvailable>false</CommentsAvailable> <Bookmark> <Title>'Reading Rainbow' to end after 26 years -</Title> <Description> The U.S. TV series "Reading Rainbow" is set to go off the air after 26 years of entertaining children throughout the United States, a TV official says. </Description> <Url> http://www.upi.com/Entertainment_News/2009/08/29/Reading-Rainbow-to-end-after-26-years/UPI-21481251573108 </Url> </Bookmark> </Activity> <Activity> <ActivityUrl>http://cliqset.com/user/homer/S79CiLiMr1jyDgee </ActivityUrl> <ActivityIdentifier>S79CiLiMr1jyDgee </ActivityIdentifier> <ReceivedDate>2009-09-14T14:24:04.910-04:00 </ReceivedDate> <Category>BookmarkShared</Category> <Title>homer shared an article on newsvine</Title> <SourceUser> <UserIdentifier>homer</UserIdentifier> <ProfileUrl>http://cliqset.com/user/homer </ProfileUrl> <GivenName>Homer</GivenName> <FamilyName>Simpson</FamilyName> </SourceUser> <SourceService> <Name>newsvine</Name> <IconUrl>http://cliqset-services.s3.amazonaws.com/newsvine.png </IconUrl> <WebsiteUrl>http://newsvine.com</WebsiteUrl> </SourceService> <CommentCount>0</CommentCount> <LikeCount>0</LikeCount> <Bookmark> <Title>Should Joe Wilson make a formal apology on the House floor? If he doesn't,do you think he should be censured?</Title> <Description>It looks like the House of Representatives may censure Joe Wilson for refusing to make a second formal apology from the House floor. On 60 minutes President Obama had this to say to Correspondent Steve Kroft on the subject:</Description> <Url> http://carloz.newsvine.com/_news/2009/09/14/3266893-should-joe-wilson-make-a-formal-apology-on-the-house-floor- if-he-doesnt-do-you-think-he-should-be-censured </Url> </Bookmark> </Activity> <Activity> <ActivityUrl>http://cliqset.com/user/charlie/2dd5eada4c92a45bcb56083fcf6170e9</ActivityUrl> <ActivityIdentifier>2dd5eada4c92a45bcb56083fcf6170e9</ActivityIdentifier> <ReceivedDate>2009-08-26T20:51:09.879-04:00</ReceivedDate> <Category>BookmarkShared</Category> <Title>charlie shared a link on reddit</Title> <SourceUser> <UserIdentifier>charlie</UserIdentifier> <ProfileUrl>http://charlie.cliqset.net</ProfileUrl> <GivenName>Charlie</GivenName> <FamilyName>Cauthen</FamilyName> </SourceUser> <SourceService> <Name>reddit</Name> <IconURL>http://cliqset-services.s3.amazonaws.com/reddit.png</IconURL> <WebsiteURL>http://reddit.com</WebsiteURL> </SourceService> <CommentsAvailable>false</CommentsAvailable> <Bookmark> <Title>AstralKnight - all stories link to his own posts on comp.os.linux.advocacy.</Title> <Url>http://www.reddit.com/user/AstralKnight?repost=true&amp;reason=noactiontakenyet</Url> </Bookmark> </Activity> </Activities> |
Example 2: Atom+XML request of last 4 bookmarks to and from a user.
( Top)
HTTP Request
GET /200909/activity/homer/tofrom?type=bookmark&count=4 HTTP/1.1
Host: api.cliqset.com
Accept: application/atom+xml Authorization: Basic QWxhZGRpbjpsfjdfjsdf2fjsflqQ==
|
cURL Request
| curl --header 'Accept: application/atom+xml' -d "type=bookmark&count=4" -v -u homer:password http://api.cliqset.com/200909/activity/homer/tofrom |
Response
HTTP/1.1 200 OK Date: Wed, 16 Sep 2009 14:26:34 GMT Server: Apache-Coyote/1.1 X-Powered-By: Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)/JBossWeb-2.0 Content-Type: application/atom+xml
<feed xmlns="http://www.w3.org/2005/Atom"> <entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/"> <activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb> <published>2009-09-16T13:34:20.000Z</published> <title type="text">charlie shared a link on mixx</title> <summary type="html">Police pulled over and arrested a naked man riding a motorcycle on I-75 in central Florida early Tuesday morning. Marion County Sheriff’s Capt. Moshoji Rolls spotted J. Dante Krauss, 45, on a silver motorcyle on the interstate, wearing only his birthda</summary> <service:provider> <name>mixx</name> <uri>http://mixx.com</uri> <icon>http://cliqset-services.s3.amazonaws.com/mixx.png</icon> </service:provider> <activity:object> <activity:object-type>http://activitystrea.ms/schema/1.0/bookmark</activity:object-type> <title type="text">Naked Motorcyclist Stopped, Arrested On I-75</title> <link rel="alternate" type="text/html" href="http://www.mixx.com/stories/7927423 /naked_motorcyclist_stopped_arrested_on_i_75"></link> <link rel="related" href="http://www.wsbtv.com/news/20940854/detail.html?treets=atl&tid=2658122737813& amp;tml=atl_9am&tmi=atl_9am_1_08000109162009&ts=H" title="Naked Motorcyclist Stopped, Arrested On I-75"></link>
<summary type="text">Police pulled over and arrested a naked man
riding a motorcycle on I-75 in central Florida early Tuesday morning. Marion County Sheriff’s Capt. Moshoji Rolls spotted J. Dante Krauss, 45, on a silver motorcyle on the interstate, wearing only his birthda</summary> </activity:object> <category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="BookmarkShared" label="Bookmark Shared"> </category> <updated>2009-09-16T13:35:56.139Z</updated> <id>tag:cliqset.com,2009-09-16:/user/charlie/TicJALVRvAzczwee</id>
<link href="http://cliqset.com/user/charlie/TicJALVRvAzczwee"
type="text/xhtml" rel="alternate" title="charlie shared a link on mixx"></link> <author> <name>charlie</name> <uri>http://cliqset.com/user/charlie</uri> </author> <activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0"> <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> <id>charlie</id> <poco:name> <poco:givenName>Charlie</poco:givenName> <poco:familyName>Cauthen</poco:familyName> </poco:name>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=80" media:height="80" media:width="80"></link>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=120" media:height="120" media:width="120"></link>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=200" media:height="200" media:width="200"></link> </activity:actor> <thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry> <entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/"> <activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb> <published>2009-09-16T12:29:32.000Z</published> <title type="text">charlie shared a link on mixx</title>
<summary type="html">The FBI is investigating the beating of an
African-American woman by a white man at a Cracker Barrel restaurant as a possible hate crime. Morrow police said they arrested Troy Dale West, of Poulan, Ga. after he attacked Tasha Hill after she asked him to </summary> <service:provider> <name>mixx</name> <uri>http://mixx.com</uri> <icon>http://cliqset-services.s3.amazonaws.com/mixx.png</icon> </service:provider> <activity:object> <activity:object-type>http://activitystrea.ms/schema/1.0/bookmark</activity:object-type> <title type="text">Cracker Barrel Beating May Be Hate Crime</title> <link rel="alternate" type="text/html" href="http://www.mixx.com/stories/7925534 /cracker_barrel_beating_may_be_hate_crime"></link> <link rel="related" href="http://www.wsbtv.com/news/20940073/detail.html?treets=atl&tid=2658122737813& amp;tml=atl_7am&tmi=atl_7am_1_06000209162009&ts=H" title="Cracker Barrel Beating May Be Hate Crime"> </link>
<summary type="text">The FBI is investigating the beating of an
African-American woman by a white man at a Cracker Barrel restaurant as a possible hate crime. Morrow police said they arrested Troy Dale West, of Poulan, Ga. after he attacked Tasha Hill after she asked him to </summary> </activity:object>
<category
scheme="http://schemas.cliqset.com/activity/categories/1.0"
term="BookmarkShared" label="Bookmark Shared"></category> <updated>2009-09-16T12:33:51.088Z</updated> <id>tag:cliqset.com,2009-09-16:/user/charlie/IGx9KPaihbfN5Qee</id>
<link href="http://cliqset.com/user/charlie/IGx9KPaihbfN5Qee"
type="text/xhtml" rel="alternate" title="charlie shared a link on mixx"></link> <author> <name>charlie</name> <uri>http://cliqset.com/user/charlie</uri> </author> <activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0"> <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> <id>charlie</id> <poco:name> <poco:givenName>Charlie</poco:givenName> <poco:familyName>Cauthen</poco:familyName> </poco:name>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=80" media:height="80" media:width="80"></link>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=120" media:height="120" media:width="120"></link>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=200" media:height="200" media:width="200"></link> </activity:actor> <thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry> <entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/"> <activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb> <published>2009-09-16T12:10:39.000Z</published> <title type="text">homer shared an article on newsvine</title>
<summary type="html">After watching South Carolina Republican
Rep. Joe Wilson heckle the president during a joint session of Congress, Serena Williams cuss out a line judge at the U.S.</summary> <service:provider> <name>newsvine</name> <uri>http://newsvine.com</uri> <icon>http://cliqset-services.s3.amazonaws.com/newsvine.png</icon> </service:provider> <activity:object> <activity:object-type>http://activitystrea.ms/schema/1.0/bookmark</activity:object-type> <title type="text">The outbursts of Kanye West, Serena Williams, Roger Federer and Joe Wilson have us wondering: Whatever happened to good manners?</title>
<link rel="related"
href="http://carloz.newsvine.com/_news/2009/09/16/3276615-the-outbursts-of-kanye-west-serena-williams- roger-federer-and-joe-wilson-have-us-wondering-whatever-happened-to-good-manners" title="The outbursts of Kanye West, Serena Williams, Roger Federer and Joe Wilson have us wondering: Whatever happened to good manners?"> </link>
<summary type="text">After watching South Carolina Republican
Rep. Joe Wilson heckle the president during a joint session of Congress, Serena Williams cuss out a line judge at the U.S.</summary> </activity:object> <category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="BookmarkShared" label="Bookmark Shared"> </category> <updated>2009-09-16T12:25:27.657Z</updated> <id>tag:cliqset.com,2009-09-16:/user/homer/LTPOYf2HUC5QWgee</id>
<link href="http://cliqset.com/user/homer/LTPOYf2HUC5QWgee"
type="text/xhtml" rel="alternate" title="homer shared an article on newsvine"></link> <author> <name>homer</name> <uri>http://cliqset.com/user/homer</uri> </author> <activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0"> <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> <id>homer</id> <poco:name> <poco:givenName>Homer</poco:givenName> <poco:familyName>Simpson</poco:familyName> </poco:name>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/homer?s=80" media:height="80" media:width="80"></link>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/homer?s=120" media:height="120" media:width="120"></link>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/homer?s=200" media:height="200" media:width="200"></link> </activity:actor> <thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry> <entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/"> <activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb> <published>2009-09-16T03:26:36.000Z</published> <title type="text">charlie shared a link on reddit</title> <service:provider> <name>reddit</name> <uri>http://reddit.com</uri> <icon>http://cliqset-services.s3.amazonaws.com/reddit.png</icon> </service:provider> <activity:object> <activity:object-type>http://activitystrea.ms/schema/1.0/bookmark</activity:object-type>
<title type="text">Glenn Beck said something really dumb on Fox
"News" today! Upvote this to make sure we all know about it!</title> <link rel="alternate" type="text/html" href="http://www.reddit.com/r/circlejerk/comments/9kzng /glenn_beck_said_something_really_dumb_on_fox_news/"></link> <link rel="related" href="http://www.reddit.com/comments/9kzng/glenn_beck_said_something_really_dumb_on_fox_news/" title="Glenn Beck said something really dumb on Fox "News" today! Upvote this to make sure we all know about it!"> </link> </activity:object>
<category
scheme="http://schemas.cliqset.com/activity/categories/1.0"
term="BookmarkShared" label="Bookmark Shared"></category> <updated>2009-09-16T03:30:58.048Z</updated> <id>tag:cliqset.com,2009-09-15:/user/charlie/TuEX41WrIHyPYwee</id>
<link href="http://cliqset.com/user/charlie/TuEX41WrIHyPYwee"
type="text/xhtml" rel="alternate" title="charlie shared a link on reddit"></link> <author> <name>charlie</name> <uri>http://cliqset.com/user/charlie</uri> </author> <activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0"> <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> <id>charlie</id> <poco:name> <poco:givenName>Charlie</poco:givenName> <poco:familyName>Cauthen</poco:familyName> </poco:name>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=80" media:height="80" media:width="80"></link>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=120" media:height="120" media:width="120"></link>
<link xmlns:media="http://purl.org/syndication/atommedia"
type="image/png" rel="avatar" href="http://dynamic.cliqset.com /avatar/charlie?s=200" media:height="200" media:width="200"></link> </activity:actor> <thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry> </feed>
|
Example 3: JSON request of last 4 bookmarks to and from a user.
( Top)
HTTP Request
GET /200909/activity/homer/tofrom?type=bookmark&count=4 HTTP/1.1
Host: api.cliqset.com
Accept: application/json Authorization: Basic QWxhZGRpbjpsfjdfjsdf2fjsflqQ==
|
cURL Request
| curl --header 'Accept: application/json' -d "type=bookmark&count=4" -v -u homer:password http://api.cliqset.com/200909/activity/homer/tofrom |
Response
HTTP/1.1 200 OK Date: Mon, 31 Aug 2009 18:31:57 GMT Server: Apache-Coyote/1.1 X-Powered-By: Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)/JBossWeb-2.0 Content-Type: application/json
{ "Activities" { "Activity" { "ActivityUrl":"http://cliqset.com/user/rockinrobync/adea3f60ad67fee4814822705cc944e2", "ActivityIdentifier":"adea3f60ad67fee4814822705cc944e2", "ReceivedDate":"2009-08-24T14:11:34.924-04:00", "Category":"BookmarkLiked", "Title":"rockinrobync dugg a link on digg", "SourceUser": { "UserIdentifier":"rockinrobync", "ProfileUrl":"http://rockinrobync.cliqset.net", "GivenName":"Robyn", "FamilyName":"Cobb" }, "SourceService": { "Name":"digg", "IconURL":"http://cliqset-services.s3.amazonaws.com/digg.png", "WebsiteURL":"http://digg.com", }, "CommentsAvailable":"false", "Bookmark" { "Title":"Mining the Web for Feelings, Not Facts", "Description": "The universe of reviews, ratings and recommendations online open a tantalizing window on the collective consciousness.", "Thumbnail": { "Url":"http://digg.com/software/Mining_the_Web_for_Feelings_Not_Facts/t.jpg", "Height":"80", "Width":"80", }, "Url":"http://digg.com/software/Mining_the_Web_for_Feelings_Not_Facts", }, }] [ "ActivityUrl":"http://cliqset.com/user/charlie/a467059e3e5da1fb874370fb3efad133", "ActivityIdentifier":"a467059e3e5da1fb874370fb3efad133", "ReceivedDate":"2009-08-29T17:32:36.301-04:00", "Category":"BookmarkShared", "Title":"charlie shared a link on mixx", "SourceUser": { "UserIdentifier":"charlie", "ProfileUrl":"http://charlie.cliqset.net", "GivenName":"Charlie", "FamilyName":"Cauthen", }, "SourceService": { "Name":"mixx", "IconURL":"http://cliqset-services.s3.amazonaws.com/mixx.png", "WebsiteURL":"http://mixx.com", }, "CommentsAvailable":"false", "Bookmark": { "Title":"'Reading Rainbow' to end after 26 years", "Description": "The U.S. TV series "Reading Rainbow" is set to go off the air after 26 years of entertaining children throughout the United States, a TV official says.", "Url": " http://www.upi.com/Entertainment_News/2009/08/29/Reading-Rainbow-to-end-after-26-years/UPI-21481251573108", }, }] [{ "ActivityUrl":"http://cliqset.com/user/homer/S79CiLiMr1jyDgee", "ActivityIdentifier":"S79CiLiMr1jyDgee", "ReceivedDate":"2009-09-14T14:24:04.910-04:00", "Category":"BookmarkShared", "Title":"homer shared an article on newsvine", "SourceUser": { "UserIdentifier":"homer", "ProfileUrl":"http://cliqset.com/user/homer", "GivenName":"Homer", "FamilyName":"Simpson", } "SourceService": { "Name":"newsvine", "IconUrl":"http://cliqset-services.s3.amazonaws.com/newsvine.png", "WebsiteUrl":"http://newsvine.com", } "CommentCount":"0", "LikeCount":"0", "Bookmark": { "Title":"Should Joe Wilson make a formal apology on the House floor? If he doesn't,do you think he should be censured?", "Description":"It looks like the House of Representatives may censure Joe Wilson for refusing to make a second formal apology from the House floor. On 60 minutes President Obama had this to say to Correspondent Steve Kroft on the subject:", "Url": "http://carloz.newsvine.com/_news/2009/09/14/3266893-should-joe-wilson-make-a-formal-apology-on-the-house-floor- if-he-doesnt-do-you-think-he-should-be-censured", } }] [{ "ActivityUrl":"http://cliqset.com/user/charlie/2dd5eada4c92a45bcb56083fcf6170e9", "ActivityIdentifier":"2dd5eada4c92a45bcb56083fcf6170e9", "ReceivedDate":"2009-08-26T20:51:09.879-04:00", "Category":"BookmarkShared", "Title":"charlie shared a link on reddit", "SourceUser": { "UserIdentifier":"charlie", "ProfileUrl":"http://charlie.cliqset.net", "GivenName":"Charlie", "FamilyName":"Cauthen", } "SourceService": { "Name":"reddit", "IconURL":"http://cliqset-services.s3.amazonaws.com/reddit.png", "WebsiteURL":"http://reddit.com", } "CommentsAvailable":"false", "Bookmark" { "Title":"AstralKnight - all stories link to his own posts on comp.os.linux.advocacy.", "Url":"http://www.reddit.com/user/AstralKnight?repost=true&amp;reason=noactiontakenyet" } }] } |
|