I don't think it's in the javascript yet, but it should be :-)
http://www.opensocial.org/Technical-Resources/opensocial-spec-v08 :
"Relationships":
When an application wants to interact with or display data for
"friends of friends", the OpenSocial specification supports extending
a query for VIEWER_FRIENDS or OWNER_FRIENDS by a NETWORK_DISTANCE
parameter. Containers can optionally support "friends of friends"
queries, "friends of friends of friends" queries, and so on.
On Jul 17, 2008, at 9:57 PM, Cassie wrote:
do the restful apis have a concept of networkDistance? i didn't see
one when
i looked (another issue to bring up...) - how are you going to get
this info
on the php side?
- cassie
On Thu, Jul 17, 2008 at 12:54 PM, Chris Chabot <[EMAIL PROTECTED]>
wrote:
Pass it on to the container's implementation ... they can decide if
they
want to support or ignore it, and if they support it to what depth.
-- Chris
On Jul 17, 2008, at 9:34 PM, Mauro Gonzalez wrote:
hello.
I was figuring out how to implement the networkDistance query
parameter in
shindig (php) and this question came up: Should it be implmented at
PeopleHandler level, or on the service level, and just pass the
distance
parameter to the service?
thanks
mauro.