Difference between revisions of "XML-RPC Protocol"

From Dreamwidth Notes
Jump to: navigation, search
(List of all methods, separating out the deprecated ones.)
(Spelling fix.)
Line 7: Line 7:
 
== Methods ==
 
== Methods ==
  
The protocol is still in flux due to the change from LJ's friends system to Dreamwidth's subscription and access system. Not all off these methods have been pushed live yet, but the code has been committed.
+
The protocol is still in flux due to the change from LJ's friends system to Dreamwidth's subscription and access system. Not all of these methods have been pushed live yet, but the code has been committed.
  
 
* [[XML-RPC Protocol Method: addcomment|addcomment]]
 
* [[XML-RPC Protocol Method: addcomment|addcomment]]

Revision as of 00:59, 16 September 2010

Placeholder page. This is where we can link to all of the protocol methods that we have available, including how to use the XML-RPC Protocol, etc...

Using XML-RPC

This would talk about how to use XML-RPC from various languages...

Methods

The protocol is still in flux due to the change from LJ's friends system to Dreamwidth's subscription and access system. Not all of these methods have been pushed live yet, but the code has been committed.

Deprecated Methods

  • checkfriends -- temporarily disabled, to be aliased to new method "checksubscriptions" once that method is written
  • editfriends -- deprecated, use editcircle instead
  • editfriendgroups -- deprecated, use editcircle instead
  • getfriendgroups -- deprecated, use gettrustgroups instead