XML-RPC
wp.getPages
Returns a list of the most recent pages in the system....
wp.getPage
Retrieves a page identified by the page ID in the request. Returns the page if successful, or a fault otherwise....
wp.editPage
Updates a page identified by the page ID in the request. Method returns true if successful, or a fault otherwise....
wp.deletePage
Deletes a page identified by the page ID in the request. Method will return true if successful or a fault otherwise....
mt.supportedTextFilters
Retrieve information about the text formatting plugins supported by the server....
mt.publishPost
Publish (rebuild) all of the static files related to an entry from your weblog. Equivalent to saving an entry in the system (but without the ping)....
mt.getTrackbackPings
Retrieve the list of TrackBack pings posted to a particular entry. This could be used to programmatically retrieve the list of pings for a particular entry, then iterate through each of those pings doing the same, until one has built...
mt.getRecentPostTitles
Returns a bandwidth-friendly list of the most recent posts in the system....
mt.getPostCategories
Returns a list of all categories to which the post is assigned....
mt.getCategoryList
Returns a list of all categories defined in the weblog....
metaWeblog.newPost
Creates a new post, and optionally publishes it. If the post is successful, this method will return the ID assigned to the post by the publishing system. Otherwise, it will return a fault....
metaWeblog.newMediaObject
Uploads a file to your webserver. If successful, the method will return a URL to the newly created file. Otherwise, a fault will be returned....
metaWeblog.getRecentPosts
Returns a list of the most recent posts in the system....
metaWeblog.getPost
Retrieves a post identified by the post ID in the request. Returns the post if successful, or a fault otherwise....
metaWeblog.editPost
Updates a post identified by the post ID in the request. Method returns true if successful, or a fault otherwise....
blogger.newPost
Creates a new post on the designated blog. If the “publishPost” parameter is set to true then the post will be published on the weblog as well, otherwise the post will be created and be kept in “draft mode.” If...
blogger.getUsersBlogs
Returns a list of weblogs to which the current authenticated user has posting privileges. The method will return an array of weblogs if successful, or a fault otherwise....
blogger.getUserInfo
If the user specified by the supplied username and password is found, then the method returns information about that user, specifically: the user’s id, first name, last name, nickname, e-mail address and URL. If the user is not found, or...
blogger.getRecentPosts
Retrieves a list of posts that were created recently. The results are returned in descending chronolocial order with the most recent post first in the list....
blogger.getPost
Returns the details about a single post given a valid post id....
blogger.editPost
Updates the information about an existing post. If the request is successful then the method will return true, otherwise it will return a fault....
LJ.XMLRPC.syncitems
Returns a list (or part of a list) of all the items (journal entries, to-do items, comments) that have been created or updated on LiveJournal since you last downloaded them. Note that the items themselves are not returned --- only...
LJ.XMLRPC.sessiongenerate
Generates a Live Journal session to more easily transitions users from a client to the Live Journal web interface....
LJ.XMLRPC.sessionexpire
Using this request mode, you can expire previously generated sessions, whether you generated them using the sessiongenerate call or the user logged in on the web site....
LJ.XMLRPC.postevent
The postevent method creates a new journal entry....
LJ.XMLRPC.login
This method logs into LiveJournal and retrieves information about the user logging in....
LJ.XMLRPC.getfriends
Returns a detailed list of the friends associated with the authenticated user's account....
LJ.XMLRPC.getfriendgroups
Retrieves a list of the authenitcated user's custom friends groups....
LJ.XMLRPC.getevents
Returns a list of a user's journal entries....
LJ.XMLRPC.getdaycounts
This mode retrieves the number of journal entries per day. Useful for populating calendar widgets in GUI clients. Optionally a journal can be specified. It returns a list of the dates and accompanied counts....
LJ.XMLRPC.getchallenge
Generate a one-time, quick expiration challenge to be used in challenge/response authentication methods....
LJ.XMLRPC.friendof
Returns a "friends of" list for a specified user. An optional limit of returned friends can be supplied....
LJ.XMLRPC.editfriends
Adds, edits and/or deletes friends from your LiveJournal friends list....
LJ.XMLRPC.editfriendgroups
Updates the list of the current user’s custom friends groups provided in the request....
LJ.XMLRPC.editevent
Edit or delete an existing journal entry....
LJ.XMLRPC.consolecommand
The LiveJournal server has a text-based shell-like admininistration console where less-often used commands can be entered. This provides a framework for dispatching commands to a LiveJournal server....
LJ.XMLRPC.checkfriends
This method polls the server to see if the current user’s friends list has been updated. This is the preferred way to see when a friends list is updated as it is very fast and very lightweight....
