Re: Blogger, MetaWeblog and MT API
Mikel Larreategi <[email protected]>
| Newsgroups | gmane.comp.python.zope.coreblog.english |
|---|---|
| Message-ID | <[email protected]> |
Mikel Larreategi wrote:
> Should I enable a special feature in my COREBlog in order to use these API?
>
I've found this while googling:
http://www.xn--sockenbrlounge-cib.de/blog/68
(English translation by Altavista Babelfish)
"""
There are two problems with communication between Flickr and COREBlog:
Flickr sends Requests with content type: text/xml; charset=UTF-8. Zope
understands XMLRPC only, if the content is exact type text/xml. I
gepatcht first times in ZPublisher/HTTPRequest.py. In a method, which is
long over 600 lines, argl.
# TC, maybe it's at XML RPC
if (fs.headers.has_key('content type ') and fs.headers['content type']
== ' text/xml ' and method == ' POST OFFICE '):
# Ye haaa, XML RPC!
Flickr sends a metaWeblog.getUsersBlogs Request as the first. Bloed only
that the function occurs only in the Blogger API. This function can be
registered however in COREBlog simply That functions, I see now...
FIXME: Umlauts do not come correctly on (sees after UTF-8-Strings as
Latin-1 interpreted out)
"""
And also this at Flickr Forum:
http://www.flickr.com/forums/bugs/1962/
--
Mikel Larreategi
[email protected]
CodeSyntax
Azitaingo Industrialdea 3 K
E-20600 Eibar
Tel: (+34) 943 82 17 80
_______________________________________________
COREblog-en mailing list
COREblog-en-/9qXvnWia/9Wk0Htik3J/[email protected]
http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en
Unsubscription writing to coreblog-en-leave-/9qXvnWia/9Wk0Htik3J/[email protected]