Basically, I have a program in Delphi which POSTs data to a MyBB script on a server, when the MyBB script recieves that POSTed data it is supposed pass that data onto a MyBB forum and use it to post a new thread.
The only problem is I have no idea how to do the second part which is sending the data to the MyBB forum.
Potential problems I can see is:
- Logging in?
- Thread title and thread content?
Also I need to search the forum before posting, like if a certain thread title already exists then it posts a new post but if the thread title does not already exist then it posts a new thread.
I've had a look at API's but the only thing I've found is APIs which return forum data rather than POST forum data so I'm a bit lost on what to do now. Can anyone help? Thanks a million!