Difference between revisions of "XML-RPC Protocol"

From Dreamwidth Notes
Jump to: navigation, search
(checkfriends => checkforupdates)
Line 33: Line 33:
 
== Deprecated Methods ==
 
== Deprecated Methods ==
  
* checkfriends -- Checks to see if the user's friends list has been updated since a specified time. Temporarily disabled, to be aliased to new method "checksubscriptions" once that method is written.
+
* checkfriends -- Checks to see if the user's friends list has been updated since a specified time. Deprecated, use [[XML-RPC Protocol Method: checkforupdates|checkforupdates]] instead.
 
* editfriends -- Deprecated, use [[XML-RPC Protocol Method: editcircle|editcircle]] instead.
 
* editfriends -- Deprecated, use [[XML-RPC Protocol Method: editcircle|editcircle]] instead.
 
* editfriendgroups -- Deprecated, use [[XML-RPC Protocol Method: editcircle|editcircle]] instead.
 
* editfriendgroups -- Deprecated, use [[XML-RPC Protocol Method: editcircle|editcircle]] instead.

Revision as of 01:29, 4 January 2011

We are in the process of converting over the LJ XML-RPC protocols documentation and revising it for our implementation.

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 -- Checks to see if the user's friends list has been updated since a specified time. Deprecated, use checkforupdates instead.
  • editfriends -- Deprecated, use editcircle instead.
  • editfriendgroups -- Deprecated, use editcircle instead.
  • getfriendgroups -- Deprecated, use gettrustgroups instead.