the config/container.js is:
"supportedFields" : {
"person" : ["id", {"name" : ["familyName", "givenName",
"unstructured"]}, "thumbnailUrl", "profileUrl"],
"activity" : ["id", "title"]
I konw how to detect id、thumbnail_url、profile_url,use:
var id = env.supportsField
(opensoci
Hello Soumya,yes it is possible
you can try using this code
function request() {
var idspec = opensocial.newIdSpec({ "userId" : "OWNER", "groupId" :
"FRIENDS" });
var req = opensocial.newDataRequest();
req.add(req.newFetchPersonRequest("OWNER"), "get_owner");
req.add(req.newFetchPeopl
no
On Tue, Feb 3, 2009 at 10:12 AM, Soumya wrote:
>
> Hi All,
>
>
> Is it possible to get the recipient's id while sending message to him/
> her using opensocial api?
>
> Thanks in advance.
>
> Thanks and regards,
>
> Soumya
> >
>
--~--~-~--~~~---~--~~
You receiv
Hi All,
Is it possible to get the recipient's id while sending message to him/
her using opensocial api?
Thanks in advance.
Thanks and regards,
Soumya
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"OpenSocial A