In testing, I verified that friends can indeed see each other's person app data, so that's good. It would've been a little crazy having to use global app data for everyone, I'm glad that provision was in there.
I am having a bit of an issue with using the returned data, though. I can verify using firebug that it's coming through, and that it's correct, but I can't seem to figure out how to display it on the page. In my handler function, I get the response item from the response data (using data = response.get(key)), and pull the object out of the response data (using theobject = data.getData()), but I can't get the actual string value of theobject to display. If anyone could give me some advice, I'd appreciate it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial API Definition (was OpenSocial Developers)" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
