On 13 нояб, 15:52, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi, all!
>
> I've started developing of my custom OpenSocial Container, and I'm
> interested in opensocial.Container class interface.
> I've fetched next using javascript debugger (source did not gave me
> anything):
>
> Interface opensocial.Container {
> function getCapabilities();
> function newActivity();
> function newActivityMediaItem();
> function newActivityTemplate();
> function newDataRequest();
> function newFetchActivitiesRequest();
> function newFetchGlobalAppDataRequest();
> function newFetchInstanceAppDataRequest();
> function newFetchPeopleRequest();
> function newFetchPersonAppDataRequest();
> function newFetchPersonRequest ();
> function newStream();
> function newUpdateInstanceAppDataRequest();
> function newUpdatePersonAppDataRequest();
> function requestCreateActivity();
> function requestData();
> function requestInstallApp();
> function requestMakePersonAFriend();
> function requestMakePersonNotAFriend();
> function requestUninstallApp();
>
> };
>
> So, I'm asking is this correct and full interface to implement for
> correct OpenSocial Container functionality?
>
> Sincerely, Sergey.
PS: I'd like also to get functions templates.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Implementing OpenSocial Containers (was OpenSocial Container Devs)" 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-container?hl=en
-~----------~----~----~----~------~----~------~--~---