node.save with XMLRPC call to other Drupal site. “Access Denied” message
Posted by ericpai on June 7, 2010 at 3:04pm
One drupal site to create a node on another drupal site in a multi-site setup. It looks like I'm getting the sessionid and logging in just fine, but when trying to create a "page" node, I get "Access denied". Under Services -> Settings, I have "Key Authentication", "Use keys" is unchecked, and "Use sessid" is checked.
I gave permissions for the logged in user: "create page content", "administer services", etc... I'm running Services 6.x-2.2 and XMLRPC Server 6.x-2.2
Below is my code:
<? $url = 'http://drupal2.dev/xmlrpc.php'; ?>
<?