I know this is an old
thread, but I wanted to find out if the API was still under development to expose this functionality. For the OP, I am doing something similar, in posting foreign-data into one of my forums programmatically. The algorithm I used was as follows:
1) create a topic, and save it
2) create a post and save it
3) associate this post id as the first post in the topic, then update the topic
4) use the TopicRepository to update the topic cache
5) assumably, you would update the forum cache through the ForumRepository, but I'm having trouble doing this correctly atm
[originally posted on jforum.net by uniq]