Difference between revisions of "XML-RPC Protocol"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with '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 w…')
 
(List of all methods, separating out the deprecated ones.)
Line 7: Line 7:
 
== Methods ==
 
== Methods ==
  
And now we actually have the 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.
  
* [[XML-RPC Protocol Method: login|login]] -- obtain login data
+
* [[XML-RPC Protocol Method: addcomment|addcomment]]
* [[XML-RPC Protocol Method: getfriends|getfriends]] -- get a user's friends
+
* [[XML-RPC Protocol Method: consolecommand|consolecommand]]
* ...
+
* [[XML-RPC Protocol Method: editcircle|editcircle]]
 +
* [[XML-RPC Protocol Method: editevent|editevent]]
 +
* [[XML-RPC Protocol Method: friendof|friendof]]
 +
* [[XML-RPC Protocol Method: getchallenge|getchallenge]]
 +
* [[XML-RPC Protocol Method: getcircle|getcircle]]
 +
* [[XML-RPC Protocol Method: getdaycounts|getdaycounts]]
 +
* [[XML-RPC Protocol Method: getfriends|getfriends]]
 +
* [[XML-RPC Protocol Method: getevents|getevents]]
 +
* [[XML-RPC Protocol Method: getfriendspage|getfriendspage]]
 +
* [[XML-RPC Protocol Method: getinbox|getinbox]]
 +
* [[XML-RPC Protocol Method: gettrustgroups|gettrustgroups]]
 +
* [[XML-RPC Protocol Method: getusertags|getusertags]]
 +
* [[XML-RPC Protocol Method: login|login]]
 +
* [[XML-RPC Protocol Method: postevent|postevent]]
 +
* [[XML-RPC Protocol Method: sendmessage|sendmessage]]
 +
* [[XML-RPC Protocol Method: sessionexpire|sessionexpire]]
 +
* [[XML-RPC Protocol Method: sessiongenerate|sessiongenerate]]
 +
* [[XML-RPC Protocol Method: setmessageread|setmessageread]]
 +
* [[XML-RPC Protocol Method: syncitems|syncitems]]
 +
 
 +
== 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
  
 
[[Category: Development]]
 
[[Category: Development]]

Revision as of 17:42, 15 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 off 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