Page 1 of 1

does anybody has a working blogger and/or wordpress api?

Posted: Tue Aug 22, 2006 12:50 am
by pedrotuga
does anybody has one writen in php?

i tryed this one, but aparently is not working
http://www.dentedreality.com.au/bloggerapi/

i went on the mailing list archives of the blogger api somebody said that blogger is throwing errors on it...
i dont know if its working for the moment or not... i tryed... the functions run without errors but they dont post anything... i used the public key for blogger api.

this or other blogger solutions would be really aprreciated... i searched this boards and didnt find so far any related thread.

Posted: Tue Aug 22, 2006 12:51 am
by RobertGonzalez
What are you trying to do with this?

Posted: Tue Aug 22, 2006 12:56 am
by pedrotuga
A content bridge betwin punbb and blogs.

It has a huge potential...

it allows me to fetch data from a forum-thread and post it in a blog automaticaly.
Other usage possibilities are:
1 blogger blog per user
1 moderators blog without the need of all mods signing for blogger
"blog this post" link
etc etc

Posted: Tue Aug 22, 2006 8:49 am
by RobertGonzalez
I think I have seen something like this for Wordpress, but not for Blogger. Keep looking. I am sure there is something out there.

Posted: Tue Aug 22, 2006 11:16 am
by pedrotuga
both of them use the same api.
Its a webservice that uses xml-rpc. I want to use a wraper cause it would take me ages to learn how to work with web services on a xml level. Php would be perfect, but i considering using python, it looks like their library its working fine.

I think the library i pointed is the only one around for php and it does not appear to be working...
if anybody has more information on this please post.