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.
Digg and XMLRPC
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Digg and XMLRPC
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
Did you install the XMLRPC posting plugin for serendipity?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
here are the options:
Is there a way to test if I have the plugin installed correctly? It is installed yes.
I have it set to manual, i use my blog address with the url serendipity_xmlrpc.phptype 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:
Is there a way to test if I have the plugin installed correctly? It is installed yes.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/