Jaiku API offers some function to let us make our jaiku clients.
4 months ago.
4 comments so far
But does anyone know a way to Comment (reply) a Post (message) ?
JSON API told us the PostID and CommentID, but it seems useless
bcoz we cannot use it for replying/comment by using the API?
as far as I know, there is no way to do that within the api yet.
however, you can post comments the dirty way: http/get the page of
the post, find the nounce and http/post to the right url. like I
said, a pretty dirty workaround... :)
but if I use that in the light-weight client, the client will
not be light-weight anymore :-P
Hope google will solve this in the nearly future, or I should
start writing a Net::Jaiku::Comment module and will be useless when
jaiku supports comment via API.
4 comments so far
But does anyone know a way to Comment (reply) a Post (message) ? JSON API told us the PostID and CommentID, but it seems useless bcoz we cannot use it for replying/comment by using the API?
4 months ago by BlueT.
as far as I know, there is no way to do that within the api yet. however, you can post comments the dirty way: http/get the page of the post, find the nounce and http/post to the right url. like I said, a pretty dirty workaround... :)
4 months ago by somemorequestions.
yup, I thought that before.
but if I use that in the light-weight client, the client will not be light-weight anymore :-P
Hope google will solve this in the nearly future, or I should start writing a Net::Jaiku::Comment module and will be useless when jaiku supports comment via API.
4 months ago by BlueT.
Nice idea. It would help to boost up conversations from anywhere :-)
3 months, 2 weeks ago by oncletom.