I have a php script that posts blogs and posts to Drupal using the XMLRPC interface.

Is it possible to post taxonomy tags using XMLRPC for each blog or page posted?

Does anyone have an example?

Thanks

Comments

MacRonin’s picture

I have heard tell of people doing Free-Tagging via XML/RPC, but I have only done Tagging with predefined tags. I use MarsEdit to do it and it has a transaction log with the call in it. You could get the trial version and look at the log it displays for difff examples.

-------------------
http://www.PrivacyDigest.com/ News from the Privacy Front (Drupal)
http://www.SunflowerChildren.org/ Helping children around the world ( Drupal)

languid’s picture

The InlineTags module seems to provide the solution to my problem.

Thanks