Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-1265

FetchPeopleRequest with 'VIEWER' and 'FRIENDS' gave VIEWER's Information.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1-BETA5
    • None
    • PHP
    • None
    • OS: Windows XP
      Apache 2.2.14
      PHP 5.2.12

    Description

      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.

      Attachments

        1. RpcRequestItem.php.patch
          0.5 kB
          Atsushi Odagiri

        Activity

          People

            chabotc Chris Chabot
            aodag Atsushi Odagiri
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: