Page 1 of 1

Digg and XMLRPC

Posted: Mon May 01, 2006 4:37 pm
by martoq
Has anyone gotten Digg to work with the XMLRPC plugin? There are a few digg articles I want to cross post to my blog from their site. But I cannot seem to get it working.

If you goto digg and view the comments in an article, right at the top theres an option to "Blog This" and based on the prefs you set up on your account it should be able to send the blog straight to your site.

Re: Digg and XMLRPC

Posted: Mon May 01, 2006 4:45 pm
by garvinhicking
I don't have a digg account, but how can you configure the blog there? Can you specify Blogger or metaweblog API?

Did you install the XMLRPC posting plugin for serendipity?

Regards,
Garvin

Posted: Mon May 01, 2006 5:17 pm
by martoq
here are the options:
type of blog:
Typepad, Blogger, LJ, Wordpress, Moveable Type, and Manual

blogapi:
Blogger, Metaweblog

blog username:

blog password:

url of blog:

url of xml-rpc for blog:
I have it set to manual, i use my blog address with the url serendipity_xmlrpc.php

Is there a way to test if I have the plugin installed correctly? It is installed yes.

Posted: Mon May 01, 2006 5:41 pm
by garvinhicking
Hi!

Maybe you could try some other XMLRPC posting plugin to check if it is generally working. Like w.bloggar, flickr or ecto?

Make sure you are using the latest xmlrpc plugin listed on spartacus.s9y.org!

Regards,
Garvin

Posted: Mon May 01, 2006 5:44 pm
by martoq
Cool. Will check them out and get back to you. Definitely have the latest one as I just installed it today. :)

Thanks for the assist will let you know how I make out.

Posted: Mon May 01, 2006 5:45 pm
by garvinhicking
Hi!

If you know some basic PHP code, you could edit the serendipity_xmlrpc.inc.php plugin file and set the $debug variable to true to create a logfile of what DIGG is sending to you and getting returned...

Regards,
Garvin

Posted: Mon May 01, 2006 5:49 pm
by martoq
Well I tried the LJ/myspace plugin and it errored back saying I need PHP curl installed. Any hints on where to start on that?

I did some digging on my server and I already have libcurl and curl installed.

Posted: Mon May 01, 2006 7:08 pm
by garvinhicking
Hi!

LJ/MySpace is not XMLRPC! It requires PHP Curl extension (phpinfo() needs to report CURL), you need to contact your sysadmin for that. But it's a whole different thing than XMLRPC. :)

All CURL functions are AFAIK only required if you want to post to LJ/MySpace. The XML-RPC functionality should work without CURL...

Best regards,
Garvin

Posted: Mon May 01, 2006 7:40 pm
by martoq
LOL alright, I will check out one of the ones you recommended.

Posted: Mon May 01, 2006 8:23 pm
by martoq
Well right now the problem looks like its Digg. They don't appear to be sending anything to my server. I will keep an eye out, as always thanks for the prompt response!