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:
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!
addcomments
now has a journal parameter, a feature adopted from LiveJournal codegetreadpage
is a new function that's been added, and is equivalent togetfriendspage
does on LiveJournal.getfriendspage
is deprecated, and will return an error message telling you to usegetreadpage
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!
no subject
no subject
Cool!
no subject
errmsg = "Client error: Unknown mode (getreadpage)";
success = FAIL;
no subject
no subject