fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] dw_dev2011-12-30 12:41 pm
Entry tags:

ATTN: client devs: Two changes to the protocol: tweak to addcomments, added getreadpage

We put out two changes to the protocol with this code push:


  • addcomments now has a journal parameter, a feature adopted from LiveJournal code

  • getreadpage is a new function that's been added, and is equivalent to getfriendspage does on LiveJournal.

    getfriendspage is deprecated, and will return an error message telling you to use getreadpage instead.



If you're writing a client and there's some data you're interested in that's not currently available through the protocol, let us know!
ct: a shooting star (Default)

[personal profile] ct 2011-12-30 09:28 am (UTC)(link)
getreadpage is a new function that's been added, and is equivalent to getfriendspage does on LiveJournal.

Cool!