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!

[personal profile] feathertail 2011-12-30 05:47 am (UTC)(link)
Oh cool ... have the details been added to the documentation? I was considering writing a client at some point, and I'm hoping to be able to pick up the stuff I need to know all in one place. >.>b
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!
philkmills: Phil and guitar (Default)

[personal profile] philkmills 2011-12-30 10:53 pm (UTC)(link)
Should I expect getreadpage to work with the /flat interface also? I receive a response of:
errmsg = "Client error: Unknown mode (getreadpage)";
success = FAIL;