我想通过我在 C Sharp 中制作的应用程序在 vbulletin 论坛中发送新线程。由于线程提交需要安全令牌,所以我必须在提交时添加它并且还需要登录到论坛。
对于 vbulletin 论坛,我想通过我的应用程序发送帖子。结构是这样的。
例如: 论坛网址:http: //myforumurl.com/forum
线程需要提交网址: http ://myforumurl.com/forum/newthread.php?do=newthread&f=01
那么我如何提交具有标签+标题+消息字符串数据的线程来提交url,即 http://myforumurl.com/forum/newthread.php?do=newthread&f=01
而且我还需要在提交时将我的用户名和密码发送到该论坛。