FetchPeopleRequest with 'VIEWER' and 'FRIENDS' gave VIEWER's Information. --------------------------------------------------------------------------
Key: SHINDIG-1265 URL: https://issues.apache.org/jira/browse/SHINDIG-1265 Project: Shindig Issue Type: Bug Components: PHP Affects Versions: 1.1-BETA5 Environment: OS: Windows XP Apache 2.2.14 PHP 5.2.12 Reporter: Atsushi Odagiri I call fetchPeopleRequest to get viewer's friends such as below. var idspec = opensocial.newIdSpec({'userId':'VIEWER', 'groupId':'FRIENDS'}); var req = opensocial.newDataRequest(); req.add(req.newFetchPeopleRequest(idspec, {}), 'viewerFriends'); req.send(fetchPeopleHandler); But, got VIEWER's information. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.