node-livejournal
node-livejournal copied to clipboard
LiveJournal API
This is a great wrapper for the LiveJournal APIs. Those methods that work are very useful and easy to use. I am struggling with some of the JSON RPC calls...
The package is using it's own fork of xml-rpc module because of https://github.com/baalexander/node-xmlrpc/issues/117. There should be a way around it.
Hi, You mention checking Site.rpc.public on LiveJournal.com for more information on the jsonrpc methods. What do you mean by that? How can I perform this check?
running LiveJournal.RPC.getfriends({ username: "orleanz", auth_method: 'noauth' } ... causes [Error: XML-RPC fault: Invalid password] code: 101, faultCode: 101, faultString: 'Invalid password' }
Hey @agentcooper! I have an application which relies on this package; it's been running quite well but recently I discovered a missing dependency `node-xmlrpc`. Seems that it was your old...