Hi,
I'm currently looking into the activity transaction API and I've noticed
that photo uploads to orkut and commenting on existing photos result in
activity type "PHOTO", i.e. both types of updates look identical (see
snippet below as an example). The orkut client library includes
PhotoCommentActivity, which I would have expected to be returned here.
I would like to be able to distinguish between these types. Is that
possible?
Thanks
Marion
{
"relevantUserIds": ["15461369407832016069"],
"templateParams": {
"albumId": "5574197029114618807",
"albumTitle": "Feb 16, 2011",
"activityType": "PHOTO"
},
"relevantProfiles": [{
"profileUrl": "\/Profile.aspx?uid=10906942526432087&mt=os",
"isViewer": true,
"id": "15461369407832016069",
"thumbnailUrl":
"http:\/\/static1.orkut.com\/img\/i_nophoto64.gif",
"name": {
"familyName": "Thomas",
"givenName": "Zarek"
}
}],
"postedTime": 1297869082,
"mediaItems": [{
"pageUrl":
"\/AlbumZoom?uid=10906942526432087&aid=1297843882&pid=1297869082613&mt=os",
"type": "image",
"url":
"http:\/\/img3.orkut.com\/images\/milieu\/1297843882\/1297869082613\/610935735\/Zj1e71i.jpg",
"id": "1297869082613",
"thumbnailUrl":
"http:\/\/img3.orkut.com\/images\/milieu\/1297843882\/1297869082613\/610935735\/Zj1e71i.jpg"
}],
"id": "-1908290171",
"userId": "15461369407832016069"
}
--
You received this message because you are subscribed to the Google Groups
"orkut Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en.