On Sat, Sep 27, 2008 at 06:22:15PM +0800, Tony Mobily wrote:
> Hi,
> 
> I am looking into the quickest way of turning Drupal into a _full_
> OpenSocial container.
> I downloaded Shindig (PHP), but I am finding it rather hard to figure out
> what to do next :-D
> 
> Drupal right now has really good modules to manage Friends (and any type of
> relationship) as well as User Activities. I have a general understanding of
> OpenSocial, although I am still "getting there".
> 
> My idea of "integration" is _not_ Drupal adding records to specific Shindig
> tables in order for it to return the right values... That sort of solution
> feels ugly. From my _limited_ understanding, though, that's how CMSs are
> expected to integrate with Shindig, although I might be wrong (and in fact I
> hope I am).

Shindig doesn't *have* tables. It's intended that the conatiner (Drupal, in 
your case) will provide that data that it needs to feed to the gadgets. So, 
what you need to write is some glue code that reads Drupal's data and presents
it in the format Shinding needs it.

Look for the Partuza project, that's a sample PHP container that uses Shindig.

Reply via email to