Using 3-legged API, you get the albums with the following command:

"{ 'method' : 'albums.get', 'params':{ 'userId':['" + userId + "'],
'groupId': '@self', 'startIndex':'" + startIndex + "', 'count':'" +
count + "'} }"

And the photos from a album with the following:

"{'method': 'mediaitems.get', 'params':{'userId':['" + userId + "'],
'groupId':'@self', 'albumId':['" + albumId + "'], 'fields' : ['@all'],
'startIndex':'" + startIndex + "', 'count':'" + count + "'}}"


Best regards.



On Fri, Oct 1, 2010 at 12:58 PM, Jashwant Singh Jatt
<jashwantsi...@gmail.com> wrote:
> After following this linkĀ  Retrieve Orkut Albums,
>
>
> I can retrieve the thumnail view of photos. There's a method called
> 'getThumbnailUrl'. I want to know , if there is any method to retrieve
> actual url of the photo ? How can I get photos in actual size ???



-- 
--
Allann Jones

"I received the fundamentals of my education in school, but that was
not enough. My real education, the superstructure, the details, the
true architecture, I got out of the public library. For an
impoverished child whose family could not afford to buy books, the
library was the open door to wonder and achievement, and I can never
be sufficiently grateful that I had the wit to charge through that
door and make the most of it." (from I. Asimov, 1994)

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to