Hello All!
I have a conceptual 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
Can you please suggest where I am wrong?
This may sound very little for you but as a very beginner I am
confused with this. I would appreciate if you can help me in this.
Thanks in advance....
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
-~----------~----~----~----~------~----~------~--~---