I have succesfully installed this great module. If i call node.load method no problems. but when i try to do a node.save method i get this error:
Invalid Method Call to node_service_save. Requires 1, 0 given.
I think it the node param, but if its a new node i dont know what value must have "node"
Comments
Comment #1
robloachNode should be the array of the node you want to save, I believe.