Hello,
How do you POST a NEW THREAD using the Mobile API ?
From what we can tell, you need to use the
'api_m' => 'newthread_postthread' method, but what else do we need to include in that parameter list in order for a new thread to be successfully posted?
Potential candidates include (but are not limited to) :
- 'forumid' =>
- 'subject' =>
- 'message' =>
- 'posthash' =>
- 'poststarttime' =>
Please help. Thanks.