Hello Chris!

I would appreciate if you can solve my one more doubt...

When we talk about newFetchPersonRequest(id,opt_params)

We need to pass the opt_params such that
Map.<opensocial.DataRequest.PeopleRequestFields, Object>

means parameter should take the form like this...

params[opensocial.DataRequest.PeopleRequestFields] = { values }
because according to definition of M.<K,V> K should map V.

but we use params such that
params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS]=
{values}
where in documentation it is given that
Map.<opensocial.DataRequest.PeopleRequestFields, Object> that means

opensocial.DataRequest.PeopleRequestFields should map objects not

opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS

Could you please guide me where I am doing wrong?

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

Reply via email to