i have an app where i am trying to get soem data for the owner's friends. i dont want to use OWNER_FRIENDS and get all of the friends, just a few, and i already know their ids. when i use the code:
req.add (req.newFetchPeopleRequest(id,opt_params), 'ownerFriends');
firebug shows me that i am hitting:
http://api.msappspace.com/opensocial-api-v1.svc/JSON/opensocial/VIEWER/friends/id?opensocial_surface=canvas&ts=1216425269968
does this mean that i can only get friends of the *viewer* in this way?! or is there a way to do the same for the owner?