Adding threads via .NET application
Hello,
Does anyone on this board have experience with programmatically adding threads (and ofcourse their first post) in vBulletin's forum via a .NET application?
I have looked at the API's (in PHP) which vBulletin made available and it seems that I would need: "class_dm_threadpost.php", if I would be programming in PHP. The problem now is that I need to insert threads via a .NET application I'm developing.
I've scrolled through this API and it's 36 pages long, which indicates to me that inserting a thread is not as easy as it would seem. Namely inserting a record in the 'thread' table and a record in the 'post' table and voila. Or is it this simple?
Is there anyone that can point me into the right direction? Thank you very much in advance for answering.
|