Posted by rodmc on March 4, 2008 at 4:18pm
Hi I am new to Drupal services, how do make sure an article is posted to the correct categories/taxonomies. I can create new articles via Services without any problem but assigning them to categories is proving a little harder. If it makes any difference I am using the services module with Python.
Thanks in advance.
rod
Comments
Node_Save
There's a lot you can do with a node.save call, including set the vid and tid of the object. If you load up your local PHP script, you'll be able to play around with node_save and find out the right way to do it.
thanks, I'll look at it
thanks, Ill take a look at it.