@header@
Blogger API |
Although Pebble has a comprehensive web-based administration interface, it also supports the Blogger API for managing your blog content via compatible blogging clients. Examples here include NetNewsWire, ecto, w.bloggar and the J2ME Pebble moblog client.
To ensure that only authorized people post to your blog, you need to define a username and password. When using a blogging client, you will be asked for this username and password to authenticate yourself. In addition to this, you will need to specify the XML-RPC API, XML-RPC URL for your blog and a blog ID. These values are displayed in the window, underneath the authentication information.
Titles and CategoriesBecause the Blogger API is fairly simplistic, by default it has no support for things like blog entry titles and categories. However, with Pebble, it possible to specify these attributes for your blog entry. To do this, simply prepend your blog entry body with<title>Your title here</title> and/or <category>categoryId1,categoryId2</category> .
|