This forum has certainly been quiet! I have finally decided to dive into the API to help me migrate the data from my WDOS server at work to wikidot.com (so I can take advantage of all the new features in the last 3 years).
In my youth I did a fair amount of Visual Basic (the last version I used was 3.x!) and before that did a lot of TMS9900 assembly language programming on my trusty TI-99/4A computer. These days it's mostly Excel and Access VBA stuff. I decided it was time to brush up on my skills and dive into a new language…
A few days ago I loaded up Visual Basic Express 2010 and Visual C# Express 2010 and found the popular XMLRPC library for .Net at http://www.xml-rpc.net/. With as long as XML RPC has been around, I would have thought it would have been easier to find good examples of setting things up. To make a long story short, I'm kind of stuck trying to get calls to the API working properly in C# (I set VB aside for now because I found better C# examples and I think I'm going to like C# better in the long run).
I think I'm close because my test program actually runs and I think it hits the Wikidot API, but no matter how I try to construct my calls, I keep getting a "Not Authorized" exception thrown back at me.
Has anyone here used C# with the Wikidot API and if so, do you have any code you'd be willing to share? I think if I get a nudge in the right direction, I'll be in good shape.
I sent leiger a PM asking about this since he posted some stuff a year ago indicating he might have had some success with C#, but then I decided to make a more public plea in case someone else has had some luck with C# and they are lurking about and not sharing. ;-)
Thanks