Hi.
I'm developing a windows store app to retrieve and add items to a discussion board in a SharePoint site via REST API.
I can retrieve all the structure of the discussion board but i can´t add items.
I tried to create a item using the SP.Data.ForumListItem but it misses the creation os the threading value
After some search i have found the Microsoft.SharePoint.Utilities.SPUtility.CreateNewDiscussion but i do i implemente this in Rest API?
Thanks in advance.
Paulo Magalhaes
(sorry my english)