Browse Forum Posts by Tags
-
Hello, I wrote a windows application that I am attempting to use the REST API ( client side ) to programatically add a forum post to my CS site. I keep recieving the following error from VS 2k5. Unable to deserialize object from response body of type CommunityServer.WebServices.Serialization.Forums.ThreadSerialized...
-
Nick, I'm getting closer, I am not recieving an error from my console application anymore. I see the record in the cs_Posts database, however, I don't the post doesn't display on the GUI in any of the forums. Also the record doesn't contain an Author, so I attempted to add the Author...
-
I can successfully create a new Role with the API. I can successfully GetPermission of the Role created. I now want to set specific permissions for that role and add the forum permission to a specific forum. ForumPermission fp = service.GetPermission(newRole.Name); fp.ForumId = forum.Id; fp.RoleName...
Posted to
Developers
(Forum)
by
Brian1
on
Fri, Sep 5 2008
Filed under: REST API, forum, api, Roles, forums, webservice
-
That is the version that I am using, I downloaded it from the website api.communityserver.org last night and tried it before I posted this question. I even put that in my article post. Any other idea's? Alex