Here is the sample code which you can use to replicate this issue. In
sandbox it is working fine

function response(data) {
  output(data.get("req").getData().getDisplayName());
output(data.get("req").getData().getField(opensocial.Person.Field.PROFILE_URL));

  gadgets.window.adjustHeight();
};

function request() {
  var req = opensocial.newDataRequest();
 
req.add(req.newFetchPersonRequest(opensocial.DataRequest.PersonId.VIEWER),
"req");
  req.send(response);
};

request();

On Oct 24, 9:36 pm, Vijaya <[EMAIL PROTECTED]> wrote:
> Could you please include the full request and response from your
> gadget?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to