|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Fri Aug 31, 2007 3:39 pm Post subject: Remote API |
|
|
|
|
|
|
|
|
|
|
Note: As of Blogs Organizer v3.5 the Remote API is no longer in experimental stage. It shown that works fine and stable enough!
Please, report and discuss anything about the Remote API in this thread! Don't start new threads regarding it!
Enabling/Configuring the Remote API
To take advantage of the Remote API, go to "General Settings->Remote API". In the form there, select to enable it, and define yourself user/pass for authenticating infront of the Remote API. It is advicable to use different login details than your regular BO admin password!
Remote API URL
The url of the Remote API at which BO receives and handles the remote requests is like:
http://www.yourdomain.com/bo/xmlrpc.php
Using this Remote API url you can administrate all your blogs. Once you set it up in your remote blogging program you will be able to get a list with all your blogs running with Blogs Organizer.
If you update the .htaccess linking files for your blogs, you will be able to access and the Remote API like:
http://www.yourblog.com/xmlrpc.php
or whatever is your blog url, just add /xmlrpc.php to the end.
How To Use
The Blogs Organizer Remote API is pretty much close to the API for Wordpress and other similar scripts. So to use it with your remote blogging programs, you can choose Wordpress as type of the API and just fill the Blogs Organizer Remote API URL.
Currently Support Methods (technical reference for programmers)
blogger.getUsersBlogs
metaWeblog.getUsersBlogs
blogger.getUserInfo
metaWeblog.getCategories
mt.getCategoryList
blogger.deletePost
metaWeblog.deletePost
blogger.newPost
metaWeblog.newPost
mt.setPostCategories
metaWeblog.getRecentPosts
metaWeblog.getPost
metaWeblog.editPost
metaWeblog.newMediaObject
mt.supportedTextFilters (just available, but not used)
The Remote API has been so far tested to work fine with:
Blogs Organizer
Blogs Automater
wBloggar
BlogDesk
It should work fine and with any other remote blogging script/pc program.
Please, report and discuss anything about the Remote API in this thread! Don't start new threads regarding it! _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|