Image

Imagesoltice wrote in Imagephp

PHP LiveJournal client

I'm planning to write a cross-posting module fo Drupal. The idea is that when a member on the Drupal site updates her blog, the entry is cross-posted to her livejournal. The database structure and interaction I can handle, but I'm a little confused about what to do for the client code.

My plan is to use the XML-RPC interface to Livejournal, and code the client in PHP. I could use the base interface, but I'm wondering if anyone has written a library that might speed up my development. Does anyone have any suggestions?