I filled a report: 
http://code.google.com/p/opensocial-resources/issues/detail?id=587
Hadrien

On Jan 30, 12:25 pm, Arne Roomann-Kurrik <api.kur...@google.com>
wrote:
> I believe that this is a valid iGoogle bug.  Can you make an entry 
> onhttp://code.google.com/p/opensocial-resources/issues/listfor this
> issue?
>
> ~Arne
>
> On Jan 30, 8:46 am, Hadrien <hadr...@social2u.com> wrote:
>
> > Hi there!
>
> > I am trying to get opensocial data using
> > opensocial.DataRequest.newFetchPersonRequest on igoogle sandbox (with
> > 0.8 opensocial version).
>
> > The doc says 
> > (http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial...
> > ) :
>
> > "Creates an item to request a profile for the specified person ID.
> > When processed, returns a Person object."
>
> > and
>
> > "Parameters:
> > String id - The ID of the person to fetch; can be the standard person
> > ID of VIEWER or OWNER"
>
> > Here is what I have tried for couple of hours (XXX stands for number,
> > the id is a valid one of someone in my friends group and which got my
> > gadget installed with access parameter checked on):
>
> > var req = opensocial.newDataRequest();
> > req.add(req.newFetchPersonRequest("104829872888356770XXX"), 'data');
> > req.send(callback);
>
> > The response is a error message: "internalError: Unknown error
> > getAppDataItem expects exactly one user id."
>
> > Am I doing something wrong?
>
> > Have I misunderstood the documentation?
>
> > Is it the right place to ask such questions?
>
> > Thank you,
> > Hadrien
--~--~---------~--~----~------------~-------~--~----~
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