Search the web
Sign In
New User? Sign Up
XMLRPCNET · XML-RPC.NET
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Need help with LiveJournal   Message List  
Reply | Forward Message #1090 of 1226 |
Re: Need help with LiveJournal

--- In XMLRPCNET@yahoogroups.com, "sor2005" <sor2005@...> wrote:
>
> I'm using this XMLRPC libary for Wordpress blog and work great.
> But for Livejournal the xml that supposed to get to the server
> should be like this:

I've just started playing around with XMLRPC and livejournal, and I'm
using the following definition for the login command, which it appears
to be working at the moment

Simon

[XmlRpcMissingMapping(MappingAction.Ignore)]
public struct LoginArgs
{
[XmlRpcMissingMapping(MappingAction.Error)]
public string username;
public string auth_method;
public string password;
public string hpassword;
public string auth_challenge;
public string auth_response;
public string ver;
public string clientversion;
public string getmoods;
public string getmenus;
public string getpickws;
public string getpickwurls;
};

[XmlRpcUrl("http://www.livejournal.com/interface/xmlrpc")]
public interface ILiveJournal : IXmlRpcProxy
{
[XmlRpcMethod("LJ.XMLRPC.login", Description = "")]
Login login(LoginArgs args);
}




Tue Nov 4, 2008 1:52 pm

simon_callanuk
Online Now Online Now
Send Email Send Email

Forward
Message #1090 of 1226 |
Expand Messages Author Sort by Date

I'm using this XMLRPC libary for Wordpress blog and work great. But for Livejournal the xml that supposed to get to the server should be like this: <?xml...
sor2005
Online Now Send Email
Oct 31, 2007
2:43 pm

Looks like LiveJournal is expecting a single struct parameter and not two string parameters....
charlescookuk
Offline Send Email
Oct 31, 2007
2:46 pm

... I've just started playing around with XMLRPC and livejournal, and I'm using the following definition for the login command, which it appears to be working...
Simon Callan
simon_callanuk
Online Now Send Email
Nov 4, 2008
2:31 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help