Hi all, Is it possible to pass an object (i.e. Graph) to a PHP script in a POST? and then store it in a database? Would I have to use HTTPService, URLRequest? I've only passed xml and string data, I was hoping I could send a whole object to be used later on in my application, rather than having to parse out every node of the graph into xml.
Thanks

