Since a few people had problems figuring out how security tokens work in and between Shindig and Partuza, I thought it might be useful to write up a quick post that details how this works.
So to start off, the security token is generated in Partuza in Application/Views/gadget/gadget.php :
PLAIN TEXT
PHP:
$securityToken = BasicSecurityToken::createFromValues(isset($vars['person']['id']) ? $vars['person']['id'] : '0', [...]
Want to know more about OpenSocial, how to write an OpenSocial application or use Shindig to support OpenSocial on your site, but your preferred language is Russian? Then this video is for you
The 2008 Moscow GDD in numbers:
400+ attendees
30Mbit/s peak Internet traffic, which survived massive downloads of Windows security update released that morning by Microsoft
34m² [...]
The video of the session with Patrick Chanezon, Chris Chabot (me), Kevin Marks and some of our partners (Hyves, Netlog, Viadeo) @ the Google Developer Day 2008 in London is now up on Youtube.
If you just want to get to the Shindig bit, skip to the 36 min mark
The London GDD 2008 in [...]
With the joy of having a new Mac to configure came the oppertunity to also write the long overdue "Setting up Shindig and Partuza on Mac OS X".
You can find the new guide here:
http://www.chabotc.com/guides/shindig_and_partuza_on_mac/
It requires you to have a mac OS X 10.5.x (leopard) instalation, and basic knowledge of how to use a terminal. If [...]
While working on PHP Shindig's REST Atom interface I also added XDRS discovery support to Partuza, however such things are notoriously hard to test without a tool to send the correct Accept:.. headers.
Since this will also be quite important to test during OpenID and OAuth development, I thought an easy to use web based tool [...]