Hello again,
Any updates from orkut developers?

Also I have some more questions about filtering/count/fields support
in Orkut REST API
1. It is said in Orkut spec, that the following query parameters are
supported:filterBy,filterOp,filterValue,count, and fields.
However, when I tried to set the filters, the result from response is
the same as response without filters.
For example,
I send the following request:
http://sandbox.orkut.com/social/rest/people/08903055956362953405/@all?oauth_signature=%2B5UtZS3bAxZtCOMYTtJgUl4n0nc%3D&oauth_version=1.0&oauth_nonce=22559412939423&oauth_signature_method=HMAC-SHA1&oauth_consumer_key=orkut.com%3A623061448914&oauth_token=&xoauth_requestor_id=08903055956362953405&oauth_timestamp=1233624156
To get my all contacts.
The result string is as follows:
{"startIndex":0,"totalResults":1,"entry":[{"photos":[{"value":"http://
img2.orkut.com/images/small/1233256192/227666984/
ln.jpg","type":"thumbnail"}],"id":"04461281949875885799","isViewer":false,"thumbnailUrl":"http://
img2.orkut.com/images/small/1233256192/227666984/ln.jpg","name":
{"familyName":"Kashira","givenName":"Oleg"},"isOwner":false}]}

When I tried to set a filter by thumbnailUrl using the url:
http://sandbox.orkut.com/social/rest/people/08903055956362953405/@all?filterOp=startsWith&oauth_signature=WLuGSGJbbIIcmoiDiS%2Bi1P2kjmw%3D&filterValue=test&oauth_version=1.0&oauth_nonce=22448393920526&oauth_signature_method=HMAC-SHA1&oauth_consumer_key=orkut.com%3A623061448914&oauth_token=&xoauth_requestor_id=08903055956362953405&filterBy=thumbnailUrl&oauth_timestamp=1233624045
I've got the same result.
I thought that the cause is in the filter operator, but I tried all
operators from opensocial spec... And the result is the same.
Filtering is not working. Is filtering works with 'hasApp' field
only,as documented in exapmle in Orkut REST API spec? If so, why this
field is not included in the result json string, while retrieving user
profile, or user contacts?

2. Also, it is said in Orkut specification, that 'fields' query
parameter is supported. If I set to this parameter @all value, which
means get all possible fields for the entry, according to OpenSocial
spec, the 'photos' and 'thumbnailUrl' fields are missing from the
result json string. Could you explain, why?

3. Is 'count' query parameter support by Orkut REST API?


Please answer my first post and this one as soon as possible.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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-orkut@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