You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Cheng-Jun Li <ch...@ericsson.com> on 2009/12/22 20:10:42 UTC

What interface / class in Shindig to implement / extend to realize the MediaItem and Album related API in OpenSocial 0.9

Hi,

In OpenSocial spec 0.9, there are MediaItem/Album related API: http://www.opensocial.org/Technical-Resources/opensocial-spec-v09/REST-API.html#rfc.section.7.6.

My question is where is the hook point in Shindig (interface) in Shindig for the container to implement these new API.

For Peopl/Activit/AppData, I know that we have to implement the 3 interfaces uner org.apache.shindig.social.opensocial.spi<http://people.apache.org/%7Eieb/shindig/apidocs/org/apache/shindig/social/opensocial/spi/package-frame.html> .

But for Album/MediaItem, I cannot find where and how.

Thanks a lot!

Cheng


Re: What interface / class in Shindig to implement / extend to realize the MediaItem and Album related API in OpenSocial 0.9

Posted by Paul Lindner <li...@inuus.com>.
It's not implemented yet, and is an open issue for the 1.1 release.

Patches are welcome.  Look at MessageCollection (which is a lot like an
Album) and Message (which is a lot like a MediaItem) for inspiration.


On Tue, Dec 22, 2009 at 11:10 AM, Cheng-Jun Li <ch...@ericsson.com>wrote:

> Hi,
>
> In OpenSocial spec 0.9, there are MediaItem/Album related API:
> http://www.opensocial.org/Technical-Resources/opensocial-spec-v09/REST-API.html#rfc.section.7.6
> .
>
> My question is where is the hook point in Shindig (interface) in Shindig
> for the container to implement these new API.
>
> For Peopl/Activit/AppData, I know that we have to implement the 3
> interfaces uner org.apache.shindig.social.opensocial.spi<
> http://people.apache.org/%7Eieb/shindig/apidocs/org/apache/shindig/social/opensocial/spi/package-frame.html>
> .
>
> But for Album/MediaItem, I cannot find where and how.
>
> Thanks a lot!
>
> Cheng
>
>