Hi there, I'd like to confirm that my person service is implemented correctly by getting a list of friends to display in the sample container, using the getFriendsHasApp.xml gadget that comes with the code. However, even before hooking up my person service, the gadget does not work as given - it doesn't display any friends john.doe for the sample data set. When I inspect the responseItem, I see that hadError = true, errorMessage = undefined, and errorCode = internalError.
Now, I'd like to dig in and see why this internal error is happening. But I'm not grasping a core concept here.. How does the gadget know to talk to my version of shindig for its opensocial requests? Where does that association happen? When the gadget says "req.Send()", who handles that? Laura

