I want to send new thread in vbulletin forum through the application i made in C Sharp. As thread submission needs security token so i have to add that while submitting and also need to login to forum.
For vbulletin forum i want send post through my application. structure is like this.

Ex: Url of forum : http://myforumurl.com/forum
Thread need to submit url : http://myforumurl.com/forum/newthread.php?do=newthread&f=01
So how can i submit the thread which have string data of Tag + Title + Message to submit url i.e http://myforumurl.com/forum/newthread.php?do=newthread&f=01
And i also need to send my Username and Password to that forum while submitting.