Forum Discussion
DougS
12 years agoKhoros Oracle
The Lithium API does not support posting messages via the generic "node" calls. You need to use the /boards/id/<board id>/messages/post call to post a message (only boards can contain messages, chats cannot). There is not a /messages/post/allowed call either (I would like there to be one), so you either need to set up a board ahead of time so any registered user can post, or else you need to try making the post and react in some way if the post /fails. You could also set up a board so that anyone who can view the board can post messages to it, then use the /nodes/type/key/board/id/<board id>/view/allowed call to see if the user can view the board.
Related Content
- 2 years ago
- 4 years ago