-
I am running Community Server 2008 and trying to use the RESTful API to post a URL (to a Flash widget) to the media gallery. I am not using C# to do this and with the current documentation am unable to construct a request that works. Are there any examples or additional documentation that I have missed...
-
Hi, I am trying to create a user using the rest api. When sending: <User> <Username>testuser</Username> <Password>password</Password> <DisplayName>Test User</DisplayName> <Settings> <Email>username@email.com</Email> </Settings> </User>...
-
I've been digging around the CS site (/forums, doc., etc) for a couple of hours to find "the" documentation on the REST APIs in the latest/upcoming CS platform(s) (e.g. CS 2008, Evolution). Can anyone point me to where I *should* be looking for documentation that: lists all the Web Services...
-
Hello. As many of you know, REST services have now been integrated in the current Visual Studio 2008 SP1. You developed the wrapper classes for .NET Framework, not the compact edition... so if somebody is wanting to release an application to run over Windows Mobile, for example, they have to develop...
-
Hi, Im using the Client API with CS2008 found at http://api.communityserver.org/introduction/. I have CS2008 installed on my local machine. I have enabled REST API and generated my API key. Im getting a System.Net.WebException: The operation has timed out at System.Net.HttpWebRequest.GetResponse() error...
Posted to
Developers
(Forum)
by
floodg
on
Wed, Oct 1 2008
Filed under: REST API, CS2008, api, blogpost, cs 2008, REST API Error GetConversationMessages, webservice, RESET API, rest API blog problem, Web services, Client API
-
Can anyone tell me why this doesn't work, please... using CommunityServer.WebServices.Blogs; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { BlogsService service = new BlogsService("http://dev.communityserver.com/blogs/blogservice.asmx"...
-
Hi, Could someone help me in interpretting this error, please? I'm using the CommunityServer.WebServices.DLL API to access the localhost/cs/blogs/BlogService.asmx. I use the following code to try to retrieve the TTV blog: using CommunityServer.WebServices.Blogs; public partial class _Default : System...
-
There are two ways you can see what is happening. One is to use Fiddler ( http://www.fiddlertool.com ) to watch the requests and responses moving back and forth. The other would be to hit the URL that this method calls (probably http://localhost/cs/api/mediagalleries.ashx/api/mediagalleries.ashx/posts...
-
There are two ways you can see what is happening. One is to use Fiddler ( http://www.fiddlertool.com ) to watch the requests and responses moving back and forth. The other would be to hit the URL that this method calls (probably http://localhost/cs/api/mediagalleries.ashx/api/mediagalleries.ashx/posts...
-
Hi All, We use the API - GET /api/membership.ashx/users/{Id}/friends/ to get the Friends list. Is there a way where in we can get the list of only friends who are online? Thanks a lot in advance, Bhagya