Difference between revisions of "XML-RPC Protocol"

From Dreamwidth Notes
Jump to: navigation, search
(Added LJ Server Manual's short descriptions.)
(Put all these pages into their own handy dandy category yay!)
Line 38: Line 38:
 
* getfriendgroups -- Deprecated, use [[XML-RPC Protocol Method: gettrustgroups|gettrustgroups]] instead.
 
* getfriendgroups -- Deprecated, use [[XML-RPC Protocol Method: gettrustgroups|gettrustgroups]] instead.
  
[[Category: Development]]
+
[[Category: XML-RPC Protocol]]

Revision as of 03:07, 23 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 -- 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.
  • editfriends -- Deprecated, use editcircle instead.
  • editfriendgroups -- Deprecated, use editcircle instead.
  • getfriendgroups -- Deprecated, use gettrustgroups instead.