Hello again, I'm trying to get an extremely bare implementation of Shindig (php) working with our social networking site. My goal for now is to get a simple gadget running: one that prints the gadget owner's name.
I implemented Person service (but no others yet), and I think I'm generating the gadget iframe url mostly right. I have made an attempt to include an encrypted token with the gadget url, following along the lines of how its done in Partuza. I keep getting back 'invalid token' errors. Until I figure out where I've gone wrong, I thought I'd just ask: What is the simplest thing I can get away with to allow this gadget to retrieve data? Do I have to worry OAuth protocol at this point or can that wait? Laura

