Update to Ajax Photo Blogging in Flickr
This is an update for Ajax Photo Blogging in Flickr script.
Well, I got something done. The new version of this script now supports two types of blog API, Metaweblog and Atom API. Blogger.com invented and uses Atom API.
For Atom API, your blog service.edit URI is like this:
"https://www.blogger.com/atom/123456"
which 123456 is your blog-id. You can find your blogger.com service.edit URI by checking the HTML source of your blog. Find the following line:
<link rel="service.post" type="application/atom+xml" title="blogname" href="https://www.blogger.com/atom/123456" />
You dont need to worry about login scheme. If you've logged on blogger.com, no username/passwd is needed. If not, it will prompt an authentication dialog to ask you login.
Download: flickr.blog.user.js

