Something like:

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


May I suggest working through the various development guides? This and a lot
more is covered by it, a great start is:
http://code.google.com/apis/opensocial/docs/0.8/devguide.html


On Sat, Dec 27, 2008 at 12:52 PM, somani.ma...@gmail.com <
somani.ma...@gmail.com> wrote:

>
> Hi
>
> How can I get the profile visitors info using the API?
>
> Thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to