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

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

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

Post 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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

What are you trying to do with this?
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

Post 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.
Post Reply