I ran some tests using activities.list API using the API Explorer
(http://code.google.com/apis/explorer/). The tests went fine, but I
have some questions.
My test consisted of running a simple request on the activities.list
using "me" as the userId and "stream" as the collection. My first
question is regarding the the "verb" field.
See this output:
"items": [
{
...
"verb": "update",
"object": {
"objectType": "note",
"content": "added a new photo to the album Álbum de Caesar",
...
}
},
{
...
"verb": "add",
"object": {
"objectType": "note",
"content": "added 2 new photos to the album Amigos Para Sempre",
...
}
}]
Both collection items are photos being added to albums, why they have
different "verbs"? One is "update" and the other is "add".
My second question is about the image url:
Check this output:
"items": [
{
"objectType": "collection",
"id": "4959256639",
"displayName": "Álbum de Caesar"
},
{
"objectType": "image",
"id": "1329248512764",
"links": [{
"href": "http://img3.orkut.com/images/milieu/
1/1329248512764/664289343/Z20kh9f.jpg",
"rel": "preview",
"type": "image/jpeg"
}]
}
]
The url from the "href" contains a small preview of the image that was
added to the album, but what I need is the link to the full image. How
can I get it?
--
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.